Shades of Neon Blue #595EFF
Tints of Neon Blue #595EFF
RGB
CMYK
RGB Variations
Color information
#595EFF (or 0x595EFF) is known color: Neon Blue. HEX triplet: 59, 5E and FF. RGB value is (89,94,255). Sum of RGB (Red+Green+Blue) = 89+94+255=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #595EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EFF is #A6A100. Grayscale: #6E6E6E. Windows color (decimal): -10920193 or 16735833. OLE color: 16735833.
HSL color Cylindrical-coordinate representation of color #595EFF: hue angle of 238.19º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595EFF is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 89 | 94 | 255 | - |
| CMYK | 0.65 | 0.63 | 0 | 0 |
| HSL | 238.19º | 1% | 0.67% | - |
| HSV(B) | 238.19º | 0.65% | 1% | - |
| XYZ | 26.17 | 17.35 | 96.58 | - |
| YUV | 110.86 | 209.34 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 255 | 0.65 | 0.63 | 0 | 0 | 238.19 | 1 | 0.67 |
| Hex | 59 | 5E | FF | 41 | 3F | 0 | 0 | EE | 64 | 43 |
| Octal | 131 | 136 | 377 | 101 | 77 | 0 | 0 | 356 | 144 | 103 |
| Binary | 1011001 | 1011110 | 11111111 | 1000001 | 111111 | 0 | 0 | 11101110 | 1100100 | 1000011 |
Color Harmonies of #595EFF
Complementary color
Monochromatic Colors of #595EFF
Black with #595EFF
Text Example
Text Example
White with #595EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EFF; }
p { color: rgb(89,94,255); }
H1.HeaderClassName
{
color: #595EFF;
}
.AnyTagClassName
{
color: #595EFF;
}
</style>
background-color css
<style>
a { background-color: #595EFF; }
a { background-color: rgb(89,94,255); }
div.DivClassName
{
background-color: #595EFF;
}
.BgClassName
{
background-color: #595EFF;
}
</style>
border-color css
<style>
span { border-color: #595EFF; }
span { border-color: rgb(89,94,255); }
td.TdClassName
{
border-color: #595EFF;
}
.TagClassName
{
border-color: #595EFF;
}
</style>