Shades of Neon Blue #595EEC
Tints of Neon Blue #595EEC
RGB
CMYK
RGB Variations
Color information
#595EEC (or 0x595EEC) is known color: Neon Blue. HEX triplet: 59, 5E and EC. RGB value is (89,94,236). Sum of RGB (Red+Green+Blue) = 89+94+236=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 236 (92.58% from 255 or 56.32% from 419); Max value from RGB is 236 - color contains mainly: blue. Hex color #595EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EEC is #A6A113. Grayscale: #6C6C6C. Windows color (decimal): -10920212 or 15490649. OLE color: 15490649.
HSL color Cylindrical-coordinate representation of color #595EEC: hue angle of 237.96º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #595EEC is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 94 | 236 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.07 |
| HSL | 237.96º | 0.79% | 0.64% | - |
| HSV(B) | 237.96º | 0.62% | 0.93% | - |
| XYZ | 23.26 | 16.19 | 81.25 | - |
| YUV | 108.69 | 199.84 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 236 | 0.62 | 0.60 | 0 | 0.07 | 237.96 | 0.79 | 0.64 |
| Hex | 59 | 5E | EC | 3E | 3C | 0 | 7 | EE | 4F | 40 |
| Octal | 131 | 136 | 354 | 76 | 74 | 0 | 7 | 356 | 117 | 100 |
| Binary | 1011001 | 1011110 | 11101100 | 111110 | 111100 | 0 | 111 | 11101110 | 1001111 | 1000000 |
Color Harmonies of #595EEC
Complementary color
Monochromatic Colors of #595EEC
Black with #595EEC
Text Example
Text Example
White with #595EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EEC; }
p { color: rgb(89,94,236); }
H1.HeaderClassName
{
color: #595EEC;
}
.AnyTagClassName
{
color: #595EEC;
}
</style>
background-color css
<style>
a { background-color: #595EEC; }
a { background-color: rgb(89,94,236); }
div.DivClassName
{
background-color: #595EEC;
}
.BgClassName
{
background-color: #595EEC;
}
</style>
border-color css
<style>
span { border-color: #595EEC; }
span { border-color: rgb(89,94,236); }
td.TdClassName
{
border-color: #595EEC;
}
.TagClassName
{
border-color: #595EEC;
}
</style>