Shades of Neon Blue #595BEA
Tints of Neon Blue #595BEA
RGB
CMYK
RGB Variations
Color information
#595BEA (or 0x595BEA) is known color: Neon Blue. HEX triplet: 59, 5B and EA. RGB value is (89,91,234). Sum of RGB (Red+Green+Blue) = 89+91+234=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 91 (35.94% from 255 or 21.98% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #595BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BEA is #A6A415. Grayscale: #6A6A6A. Windows color (decimal): -10920982 or 15358809. OLE color: 15358809.
HSL color Cylindrical-coordinate representation of color #595BEA: hue angle of 239.17º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #595BEA is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 91 | 234 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.08 |
| HSL | 239.17º | 0.78% | 0.63% | - |
| HSV(B) | 239.17º | 0.62% | 0.92% | - |
| XYZ | 22.71 | 15.55 | 79.65 | - |
| YUV | 106.7 | 199.84 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 234 | 0.62 | 0.61 | 0 | 0.08 | 239.17 | 0.78 | 0.63 |
| Hex | 59 | 5B | EA | 3E | 3D | 0 | 8 | EF | 4E | 3F |
| Octal | 131 | 133 | 352 | 76 | 75 | 0 | 10 | 357 | 116 | 77 |
| Binary | 1011001 | 1011011 | 11101010 | 111110 | 111101 | 0 | 1000 | 11101111 | 1001110 | 111111 |
Color Harmonies of #595BEA
Complementary color
Monochromatic Colors of #595BEA
Black with #595BEA
Text Example
Text Example
White with #595BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BEA; }
p { color: rgb(89,91,234); }
H1.HeaderClassName
{
color: #595BEA;
}
.AnyTagClassName
{
color: #595BEA;
}
</style>
background-color css
<style>
a { background-color: #595BEA; }
a { background-color: rgb(89,91,234); }
div.DivClassName
{
background-color: #595BEA;
}
.BgClassName
{
background-color: #595BEA;
}
</style>
border-color css
<style>
span { border-color: #595BEA; }
span { border-color: rgb(89,91,234); }
td.TdClassName
{
border-color: #595BEA;
}
.TagClassName
{
border-color: #595BEA;
}
</style>