Shades of Neon Blue #595FEE
Tints of Neon Blue #595FEE
RGB
CMYK
RGB Variations
Color information
#595FEE (or 0x595FEE) is known color: Neon Blue. HEX triplet: 59, 5F and EE. RGB value is (89,95,238). Sum of RGB (Red+Green+Blue) = 89+95+238=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #595FEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595FEE is #A6A011. Grayscale: #6C6C6C. Windows color (decimal): -10919954 or 15621977. OLE color: 15621977.
HSL color Cylindrical-coordinate representation of color #595FEE: hue angle of 237.58º 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 #595FEE is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 95 | 238 | - |
| CMYK | 0.63 | 0.60 | 0 | 0.07 |
| HSL | 237.58º | 0.81% | 0.64% | - |
| HSV(B) | 237.58º | 0.63% | 0.93% | - |
| XYZ | 23.64 | 16.48 | 82.82 | - |
| YUV | 109.51 | 200.51 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 95 | 238 | 0.63 | 0.60 | 0 | 0.07 | 237.58 | 0.81 | 0.64 |
| Hex | 59 | 5F | EE | 3F | 3C | 0 | 7 | EE | 51 | 40 |
| Octal | 131 | 137 | 356 | 77 | 74 | 0 | 7 | 356 | 121 | 100 |
| Binary | 1011001 | 1011111 | 11101110 | 111111 | 111100 | 0 | 111 | 11101110 | 1010001 | 1000000 |
Color Harmonies of #595FEE
Complementary color
Monochromatic Colors of #595FEE
Black with #595FEE
Text Example
Text Example
White with #595FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595FEE; }
p { color: rgb(89,95,238); }
H1.HeaderClassName
{
color: #595FEE;
}
.AnyTagClassName
{
color: #595FEE;
}
</style>
background-color css
<style>
a { background-color: #595FEE; }
a { background-color: rgb(89,95,238); }
div.DivClassName
{
background-color: #595FEE;
}
.BgClassName
{
background-color: #595FEE;
}
</style>
border-color css
<style>
span { border-color: #595FEE; }
span { border-color: rgb(89,95,238); }
td.TdClassName
{
border-color: #595FEE;
}
.TagClassName
{
border-color: #595FEE;
}
</style>