Shades of Neon Blue #5E59FC
Tints of Neon Blue #5E59FC
RGB
CMYK
RGB Variations
Color information
#5E59FC (or 0x5E59FC) is known color: Neon Blue. HEX triplet: 5E, 59 and FC. RGB value is (94,89,252). Sum of RGB (Red+Green+Blue) = 94+89+252=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 89 (35.16% from 255 or 20.46% 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 #5E59FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E59FC is #A1A603. Grayscale: #6C6C6C. Windows color (decimal): -10593796 or 16537950. OLE color: 16537950.
HSL color Cylindrical-coordinate representation of color #5E59FC: hue angle of 241.84º 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 #5E59FC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 89 | 252 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.01 |
| HSL | 241.84º | 0.96% | 0.67% | - |
| HSV(B) | 241.84º | 0.65% | 0.99% | - |
| XYZ | 25.76 | 16.55 | 93.93 | - |
| YUV | 109.08 | 208.66 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 89 | 252 | 0.63 | 0.65 | 0 | 0.01 | 241.84 | 0.96 | 0.67 |
| Hex | 5E | 59 | FC | 3F | 41 | 0 | 1 | F2 | 60 | 43 |
| Octal | 136 | 131 | 374 | 77 | 101 | 0 | 1 | 362 | 140 | 103 |
| Binary | 1011110 | 1011001 | 11111100 | 111111 | 1000001 | 0 | 1 | 11110010 | 1100000 | 1000011 |
Color Harmonies of #5E59FC
Complementary color
Monochromatic Colors of #5E59FC
Black with #5E59FC
Text Example
Text Example
White with #5E59FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E59FC; }
p { color: rgb(94,89,252); }
H1.HeaderClassName
{
color: #5E59FC;
}
.AnyTagClassName
{
color: #5E59FC;
}
</style>
background-color css
<style>
a { background-color: #5E59FC; }
a { background-color: rgb(94,89,252); }
div.DivClassName
{
background-color: #5E59FC;
}
.BgClassName
{
background-color: #5E59FC;
}
</style>
border-color css
<style>
span { border-color: #5E59FC; }
span { border-color: rgb(94,89,252); }
td.TdClassName
{
border-color: #5E59FC;
}
.TagClassName
{
border-color: #5E59FC;
}
</style>