Shades of Neon Blue #595CEA
Tints of Neon Blue #595CEA
RGB
CMYK
RGB Variations
Color information
#595CEA (or 0x595CEA) is known color: Neon Blue. HEX triplet: 59, 5C and EA. RGB value is (89,92,234). Sum of RGB (Red+Green+Blue) = 89+92+234=415 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.45% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 234 (91.80% from 255 or 56.39% from 415); Max value from RGB is 234 - color contains mainly: blue. Hex color #595CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CEA is #A6A315. Grayscale: #6A6A6A. Windows color (decimal): -10920726 or 15359065. OLE color: 15359065.
HSL color Cylindrical-coordinate representation of color #595CEA: hue angle of 238.76º 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 #595CEA is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 92 | 234 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.08 |
| HSL | 238.76º | 0.78% | 0.63% | - |
| HSV(B) | 238.76º | 0.62% | 0.92% | - |
| XYZ | 22.8 | 15.72 | 79.67 | - |
| YUV | 107.29 | 199.51 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 234 | 0.62 | 0.61 | 0 | 0.08 | 238.76 | 0.78 | 0.63 |
| Hex | 59 | 5C | EA | 3E | 3D | 0 | 8 | EF | 4E | 3F |
| Octal | 131 | 134 | 352 | 76 | 75 | 0 | 10 | 357 | 116 | 77 |
| Binary | 1011001 | 1011100 | 11101010 | 111110 | 111101 | 0 | 1000 | 11101111 | 1001110 | 111111 |
Color Harmonies of #595CEA
Complementary color
Monochromatic Colors of #595CEA
Black with #595CEA
Text Example
Text Example
White with #595CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CEA; }
p { color: rgb(89,92,234); }
H1.HeaderClassName
{
color: #595CEA;
}
.AnyTagClassName
{
color: #595CEA;
}
</style>
background-color css
<style>
a { background-color: #595CEA; }
a { background-color: rgb(89,92,234); }
div.DivClassName
{
background-color: #595CEA;
}
.BgClassName
{
background-color: #595CEA;
}
</style>
border-color css
<style>
span { border-color: #595CEA; }
span { border-color: rgb(89,92,234); }
td.TdClassName
{
border-color: #595CEA;
}
.TagClassName
{
border-color: #595CEA;
}
</style>