Shades of Neon Blue #595BEE
Tints of Neon Blue #595BEE
RGB
CMYK
RGB Variations
Color information
#595BEE (or 0x595BEE) is known color: Neon Blue. HEX triplet: 59, 5B and EE. RGB value is (89,91,238). Sum of RGB (Red+Green+Blue) = 89+91+238=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #595BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595BEE is #A6A411. Grayscale: #6A6A6A. Windows color (decimal): -10920978 or 15620953. OLE color: 15620953.
HSL color Cylindrical-coordinate representation of color #595BEE: hue angle of 239.19º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #595BEE is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 91 | 238 | - |
| CMYK | 0.63 | 0.62 | 0 | 0.07 |
| HSL | 239.19º | 0.81% | 0.64% | - |
| HSV(B) | 239.19º | 0.63% | 0.93% | - |
| XYZ | 23.29 | 15.78 | 82.71 | - |
| YUV | 107.16 | 201.84 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 91 | 238 | 0.63 | 0.62 | 0 | 0.07 | 239.19 | 0.81 | 0.64 |
| Hex | 59 | 5B | EE | 3F | 3E | 0 | 7 | EF | 51 | 40 |
| Octal | 131 | 133 | 356 | 77 | 76 | 0 | 7 | 357 | 121 | 100 |
| Binary | 1011001 | 1011011 | 11101110 | 111111 | 111110 | 0 | 111 | 11101111 | 1010001 | 1000000 |
Color Harmonies of #595BEE
Complementary color
Monochromatic Colors of #595BEE
Black with #595BEE
Text Example
Text Example
White with #595BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595BEE; }
p { color: rgb(89,91,238); }
H1.HeaderClassName
{
color: #595BEE;
}
.AnyTagClassName
{
color: #595BEE;
}
</style>
background-color css
<style>
a { background-color: #595BEE; }
a { background-color: rgb(89,91,238); }
div.DivClassName
{
background-color: #595BEE;
}
.BgClassName
{
background-color: #595BEE;
}
</style>
border-color css
<style>
span { border-color: #595BEE; }
span { border-color: rgb(89,91,238); }
td.TdClassName
{
border-color: #595BEE;
}
.TagClassName
{
border-color: #595BEE;
}
</style>