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