Shades of Neon Blue #595EFC
Tints of Neon Blue #595EFC
RGB
CMYK
RGB Variations
Color information
#595EFC (or 0x595EFC) is known color: Neon Blue. HEX triplet: 59, 5E and FC. RGB value is (89,94,252). Sum of RGB (Red+Green+Blue) = 89+94+252=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #595EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #595EFC is #A6A103. Grayscale: #6D6D6D. Windows color (decimal): -10920196 or 16539225. OLE color: 16539225.
HSL color Cylindrical-coordinate representation of color #595EFC: hue angle of 238.16º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #595EFC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 94 | 252 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.01 |
| HSL | 238.16º | 0.96% | 0.67% | - |
| HSV(B) | 238.16º | 0.65% | 0.99% | - |
| XYZ | 25.69 | 17.16 | 94.05 | - |
| YUV | 110.52 | 207.84 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 94 | 252 | 0.65 | 0.63 | 0 | 0.01 | 238.16 | 0.96 | 0.67 |
| Hex | 59 | 5E | FC | 41 | 3F | 0 | 1 | EE | 60 | 43 |
| Octal | 131 | 136 | 374 | 101 | 77 | 0 | 1 | 356 | 140 | 103 |
| Binary | 1011001 | 1011110 | 11111100 | 1000001 | 111111 | 0 | 1 | 11101110 | 1100000 | 1000011 |
Color Harmonies of #595EFC
Complementary color
Monochromatic Colors of #595EFC
Black with #595EFC
Text Example
Text Example
White with #595EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595EFC; }
p { color: rgb(89,94,252); }
H1.HeaderClassName
{
color: #595EFC;
}
.AnyTagClassName
{
color: #595EFC;
}
</style>
background-color css
<style>
a { background-color: #595EFC; }
a { background-color: rgb(89,94,252); }
div.DivClassName
{
background-color: #595EFC;
}
.BgClassName
{
background-color: #595EFC;
}
</style>
border-color css
<style>
span { border-color: #595EFC; }
span { border-color: rgb(89,94,252); }
td.TdClassName
{
border-color: #595EFC;
}
.TagClassName
{
border-color: #595EFC;
}
</style>