Shades of Neon Blue #595BEF
Tints of Neon Blue #595BEF
RGB
CMYK
RGB Variations
Color information
#595BEF (or 0x595BEF) is known color: Neon Blue. HEX triplet: 59, 5B and EF. RGB value is (89,91,239). Sum of RGB (Red+Green+Blue) = 89+91+239=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 91 (35.94% from 255 or 21.72% from 419); Blue value is 239 (93.75% from 255 or 57.04% from 419); Max value from RGB is 239 - color contains mainly: blue. Hex color #595BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BEF is #A6A410. Grayscale: #6A6A6A. Windows color (decimal): -10920977 or 15686489. OLE color: 15686489.
HSL color Cylindrical-coordinate representation of color #595BEF: hue angle of 239.2º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595BEF is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 91 | 239 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.06 |
| HSL | 239.2º | 0.82% | 0.64% | - |
| HSV(B) | 239.2º | 0.63% | 0.94% | - |
| XYZ | 23.44 | 15.84 | 83.48 | - |
| YUV | 107.27 | 202.34 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 239 | 0.63 | 0.62 | 0 | 0.06 | 239.2 | 0.82 | 0.64 |
| Hex | 59 | 5B | EF | 3F | 3E | 0 | 6 | EF | 52 | 40 |
| Octal | 131 | 133 | 357 | 77 | 76 | 0 | 6 | 357 | 122 | 100 |
| Binary | 1011001 | 1011011 | 11101111 | 111111 | 111110 | 0 | 110 | 11101111 | 1010010 | 1000000 |
Color Harmonies of #595BEF
Complementary color
Monochromatic Colors of #595BEF
Black with #595BEF
Text Example
Text Example
White with #595BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BEF; }
p { color: rgb(89,91,239); }
H1.HeaderClassName
{
color: #595BEF;
}
.AnyTagClassName
{
color: #595BEF;
}
</style>
background-color css
<style>
a { background-color: #595BEF; }
a { background-color: rgb(89,91,239); }
div.DivClassName
{
background-color: #595BEF;
}
.BgClassName
{
background-color: #595BEF;
}
</style>
border-color css
<style>
span { border-color: #595BEF; }
span { border-color: rgb(89,91,239); }
td.TdClassName
{
border-color: #595BEF;
}
.TagClassName
{
border-color: #595BEF;
}
</style>