Shades of Neon Blue #595BE8
Tints of Neon Blue #595BE8
RGB
CMYK
RGB Variations
Color information
#595BE8 (or 0x595BE8) is known color: Neon Blue. HEX triplet: 59, 5B and E8. RGB value is (89,91,232). Sum of RGB (Red+Green+Blue) = 89+91+232=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 232 (91.02% from 255 or 56.31% from 412); Max value from RGB is 232 - color contains mainly: blue. Hex color #595BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BE8 is #A6A417. Grayscale: #696969. Windows color (decimal): -10920984 or 15227737. OLE color: 15227737.
HSL color Cylindrical-coordinate representation of color #595BE8: hue angle of 239.16º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #595BE8 is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 91 | 232 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.09 |
| HSL | 239.16º | 0.76% | 0.63% | - |
| HSV(B) | 239.16º | 0.62% | 0.91% | - |
| XYZ | 22.43 | 15.43 | 78.14 | - |
| YUV | 106.48 | 198.84 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 232 | 0.62 | 0.61 | 0 | 0.09 | 239.16 | 0.76 | 0.63 |
| Hex | 59 | 5B | E8 | 3E | 3D | 0 | 9 | EF | 4C | 3F |
| Octal | 131 | 133 | 350 | 76 | 75 | 0 | 11 | 357 | 114 | 77 |
| Binary | 1011001 | 1011011 | 11101000 | 111110 | 111101 | 0 | 1001 | 11101111 | 1001100 | 111111 |
Color Harmonies of #595BE8
Complementary color
Monochromatic Colors of #595BE8
Black with #595BE8
Text Example
Text Example
White with #595BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BE8; }
p { color: rgb(89,91,232); }
H1.HeaderClassName
{
color: #595BE8;
}
.AnyTagClassName
{
color: #595BE8;
}
</style>
background-color css
<style>
a { background-color: #595BE8; }
a { background-color: rgb(89,91,232); }
div.DivClassName
{
background-color: #595BE8;
}
.BgClassName
{
background-color: #595BE8;
}
</style>
border-color css
<style>
span { border-color: #595BE8; }
span { border-color: rgb(89,91,232); }
td.TdClassName
{
border-color: #595BE8;
}
.TagClassName
{
border-color: #595BE8;
}
</style>