I will have to try it outside. but its quite bright and high contrast as you'd expect.
there is blue (most common) and white (harder to find), as well as an odd yellow strip on the top few lines and blue all below.
the white is interesting since you can put it behind some color filters to change the look. the strength goes down but it does work (maybe not well enough for outdoors use). with an orange filter I can get something similar to the neon/nixie look. red filter blocks too much light so that does not work.
blue won't need or benefit from a filter, so if you buy blue you have to really like blue
also be sure you get the right display. its so easy to buy the .96" display instead of 1.3". many sellers will not even realize there are 2 models.
mounting is a challenge. on a few of mine, the top glass is lower on the bottom than it should be and this makes using 4 screws pretty hard and risky (it comes right up against the glass). and if you look at one of my later photos, you'll see on the bottom left area - glass has started to crack off and break away. it has not affected the display yet but its pretty fragile, overall.
these are a neat little evolutionary stepping stone. they are nice for now and I can see uses for them, but I expect them to go away over time and be replaced by multi color oled displays eventually. but for right now, for $10 each, they ARE fun and once you get used to the api (like u8lib) its not hard to use.
build on arduino takes forever, though. the u8lib causes my (semi fast and modern) i3 cpu to take nearly half a minute to build a fairly simple app. compared to a few seconds for most any other app; something in how the author coded the u8lib seems to be really inefficient (for building). for running, it seems fine though.
on limited memory systems (like arduino) be careful about loading too many fonts. with 2 fonts I'm already at 25k code size and there is only 30k on the 328 series arduino chips! there are NO built in fonts, this is a pure bitmap display, so any font you load takes progmem or eeprom.
they also are not super fast to write to unless you go with spi; so don't expect to have lots of motion on the i2c versions.