Shades of Neon Blue #595FEC
Tints of Neon Blue #595FEC
RGB
CMYK
RGB Variations
Color information
#595FEC (or 0x595FEC) is known color: Neon Blue. HEX triplet: 59, 5F and EC. RGB value is (89,95,236). Sum of RGB (Red+Green+Blue) = 89+95+236=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 236 (92.58% from 255 or 56.19% from 420); Max value from RGB is 236 - color contains mainly: blue. Hex color #595FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FEC is #A6A013. Grayscale: #6C6C6C. Windows color (decimal): -10919956 or 15490905. OLE color: 15490905.
HSL color Cylindrical-coordinate representation of color #595FEC: hue angle of 237.55º 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 #595FEC is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 95 | 236 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.07 |
| HSL | 237.55º | 0.79% | 0.64% | - |
| HSV(B) | 237.55º | 0.62% | 0.93% | - |
| XYZ | 23.35 | 16.36 | 81.28 | - |
| YUV | 109.28 | 199.51 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 236 | 0.62 | 0.60 | 0 | 0.07 | 237.55 | 0.79 | 0.64 |
| Hex | 59 | 5F | EC | 3E | 3C | 0 | 7 | EE | 4F | 40 |
| Octal | 131 | 137 | 354 | 76 | 74 | 0 | 7 | 356 | 117 | 100 |
| Binary | 1011001 | 1011111 | 11101100 | 111110 | 111100 | 0 | 111 | 11101110 | 1001111 | 1000000 |
Color Harmonies of #595FEC
Complementary color
Monochromatic Colors of #595FEC
Black with #595FEC
Text Example
Text Example
White with #595FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FEC; }
p { color: rgb(89,95,236); }
H1.HeaderClassName
{
color: #595FEC;
}
.AnyTagClassName
{
color: #595FEC;
}
</style>
background-color css
<style>
a { background-color: #595FEC; }
a { background-color: rgb(89,95,236); }
div.DivClassName
{
background-color: #595FEC;
}
.BgClassName
{
background-color: #595FEC;
}
</style>
border-color css
<style>
span { border-color: #595FEC; }
span { border-color: rgb(89,95,236); }
td.TdClassName
{
border-color: #595FEC;
}
.TagClassName
{
border-color: #595FEC;
}
</style>