Shades of Neon Blue #595CEC
Tints of Neon Blue #595CEC
RGB
CMYK
RGB Variations
Color information
#595CEC (or 0x595CEC) is known color: Neon Blue. HEX triplet: 59, 5C and EC. RGB value is (89,92,236). Sum of RGB (Red+Green+Blue) = 89+92+236=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #595CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595CEC is #A6A313. Grayscale: #6A6A6A. Windows color (decimal): -10920724 or 15490137. OLE color: 15490137.
HSL color Cylindrical-coordinate representation of color #595CEC: hue angle of 238.78º 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 #595CEC is Cyan = 0.62, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 92 | 236 | - |
| CMYK | 0.62 | 0.61 | 0 | 0.07 |
| HSL | 238.78º | 0.79% | 0.64% | - |
| HSV(B) | 238.78º | 0.62% | 0.93% | - |
| XYZ | 23.09 | 15.83 | 81.2 | - |
| YUV | 107.52 | 200.51 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 236 | 0.62 | 0.61 | 0 | 0.07 | 238.78 | 0.79 | 0.64 |
| Hex | 59 | 5C | EC | 3E | 3D | 0 | 7 | EF | 4F | 40 |
| Octal | 131 | 134 | 354 | 76 | 75 | 0 | 7 | 357 | 117 | 100 |
| Binary | 1011001 | 1011100 | 11101100 | 111110 | 111101 | 0 | 111 | 11101111 | 1001111 | 1000000 |
Color Harmonies of #595CEC
Complementary color
Monochromatic Colors of #595CEC
Black with #595CEC
Text Example
Text Example
White with #595CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595CEC; }
p { color: rgb(89,92,236); }
H1.HeaderClassName
{
color: #595CEC;
}
.AnyTagClassName
{
color: #595CEC;
}
</style>
background-color css
<style>
a { background-color: #595CEC; }
a { background-color: rgb(89,92,236); }
div.DivClassName
{
background-color: #595CEC;
}
.BgClassName
{
background-color: #595CEC;
}
</style>
border-color css
<style>
span { border-color: #595CEC; }
span { border-color: rgb(89,92,236); }
td.TdClassName
{
border-color: #595CEC;
}
.TagClassName
{
border-color: #595CEC;
}
</style>