Shades of Neon Blue #595EEF
Tints of Neon Blue #595EEF
RGB
CMYK
RGB Variations
Color information
#595EEF (or 0x595EEF) is known color: Neon Blue. HEX triplet: 59, 5E and EF. RGB value is (89,94,239). Sum of RGB (Red+Green+Blue) = 89+94+239=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #595EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EEF is #A6A110. Grayscale: #6C6C6C. Windows color (decimal): -10920209 or 15687257. OLE color: 15687257.
HSL color Cylindrical-coordinate representation of color #595EEF: hue angle of 238º 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 #595EEF is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 94 | 239 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.06 |
| HSL | 238º | 0.82% | 0.64% | - |
| HSV(B) | 238º | 0.63% | 0.94% | - |
| XYZ | 23.7 | 16.36 | 83.57 | - |
| YUV | 109.04 | 201.34 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 239 | 0.63 | 0.61 | 0 | 0.06 | 238 | 0.82 | 0.64 |
| Hex | 59 | 5E | EF | 3F | 3D | 0 | 6 | EE | 52 | 40 |
| Octal | 131 | 136 | 357 | 77 | 75 | 0 | 6 | 356 | 122 | 100 |
| Binary | 1011001 | 1011110 | 11101111 | 111111 | 111101 | 0 | 110 | 11101110 | 1010010 | 1000000 |
Color Harmonies of #595EEF
Complementary color
Monochromatic Colors of #595EEF
Black with #595EEF
Text Example
Text Example
White with #595EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EEF; }
p { color: rgb(89,94,239); }
H1.HeaderClassName
{
color: #595EEF;
}
.AnyTagClassName
{
color: #595EEF;
}
</style>
background-color css
<style>
a { background-color: #595EEF; }
a { background-color: rgb(89,94,239); }
div.DivClassName
{
background-color: #595EEF;
}
.BgClassName
{
background-color: #595EEF;
}
</style>
border-color css
<style>
span { border-color: #595EEF; }
span { border-color: rgb(89,94,239); }
td.TdClassName
{
border-color: #595EEF;
}
.TagClassName
{
border-color: #595EEF;
}
</style>