Shades of Neon Blue #595EEA
Tints of Neon Blue #595EEA
RGB
CMYK
RGB Variations
Color information
#595EEA (or 0x595EEA) is known color: Neon Blue. HEX triplet: 59, 5E and EA. RGB value is (89,94,234). Sum of RGB (Red+Green+Blue) = 89+94+234=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 94 (37.11% from 255 or 22.54% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #595EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EEA is #A6A115. Grayscale: #6B6B6B. Windows color (decimal): -10920214 or 15359577. OLE color: 15359577.
HSL color Cylindrical-coordinate representation of color #595EEA: hue angle of 237.93º 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 #595EEA is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 94 | 234 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.08 |
| HSL | 237.93º | 0.78% | 0.63% | - |
| HSV(B) | 237.93º | 0.62% | 0.92% | - |
| XYZ | 22.97 | 16.07 | 79.73 | - |
| YUV | 108.47 | 198.84 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 234 | 0.62 | 0.60 | 0 | 0.08 | 237.93 | 0.78 | 0.63 |
| Hex | 59 | 5E | EA | 3E | 3C | 0 | 8 | EE | 4E | 3F |
| Octal | 131 | 136 | 352 | 76 | 74 | 0 | 10 | 356 | 116 | 77 |
| Binary | 1011001 | 1011110 | 11101010 | 111110 | 111100 | 0 | 1000 | 11101110 | 1001110 | 111111 |
Color Harmonies of #595EEA
Complementary color
Monochromatic Colors of #595EEA
Black with #595EEA
Text Example
Text Example
White with #595EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EEA; }
p { color: rgb(89,94,234); }
H1.HeaderClassName
{
color: #595EEA;
}
.AnyTagClassName
{
color: #595EEA;
}
</style>
background-color css
<style>
a { background-color: #595EEA; }
a { background-color: rgb(89,94,234); }
div.DivClassName
{
background-color: #595EEA;
}
.BgClassName
{
background-color: #595EEA;
}
</style>
border-color css
<style>
span { border-color: #595EEA; }
span { border-color: rgb(89,94,234); }
td.TdClassName
{
border-color: #595EEA;
}
.TagClassName
{
border-color: #595EEA;
}
</style>