Shades of Neon Blue #5E57FC
Tints of Neon Blue #5E57FC
RGB
CMYK
RGB Variations
Color information
#5E57FC (or 0x5E57FC) is known color: Neon Blue. HEX triplet: 5E, 57 and FC. RGB value is (94,87,252). Sum of RGB (Red+Green+Blue) = 94+87+252=433 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.71% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E57FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E57FC is #A1A803. Grayscale: #6B6B6B. Windows color (decimal): -10594308 or 16537438. OLE color: 16537438.
HSL color Cylindrical-coordinate representation of color #5E57FC: hue angle of 242.55º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E57FC is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 87 | 252 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.01 |
| HSL | 242.55º | 0.96% | 0.66% | - |
| HSV(B) | 242.55º | 0.65% | 0.99% | - |
| XYZ | 25.59 | 16.22 | 93.88 | - |
| YUV | 107.9 | 209.32 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 87 | 252 | 0.63 | 0.65 | 0 | 0.01 | 242.55 | 0.96 | 0.66 |
| Hex | 5E | 57 | FC | 3F | 41 | 0 | 1 | F3 | 60 | 42 |
| Octal | 136 | 127 | 374 | 77 | 101 | 0 | 1 | 363 | 140 | 102 |
| Binary | 1011110 | 1010111 | 11111100 | 111111 | 1000001 | 0 | 1 | 11110011 | 1100000 | 1000010 |
Color Harmonies of #5E57FC
Complementary color
Monochromatic Colors of #5E57FC
Black with #5E57FC
Text Example
Text Example
White with #5E57FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E57FC; }
p { color: rgb(94,87,252); }
H1.HeaderClassName
{
color: #5E57FC;
}
.AnyTagClassName
{
color: #5E57FC;
}
</style>
background-color css
<style>
a { background-color: #5E57FC; }
a { background-color: rgb(94,87,252); }
div.DivClassName
{
background-color: #5E57FC;
}
.BgClassName
{
background-color: #5E57FC;
}
</style>
border-color css
<style>
span { border-color: #5E57FC; }
span { border-color: rgb(94,87,252); }
td.TdClassName
{
border-color: #5E57FC;
}
.TagClassName
{
border-color: #5E57FC;
}
</style>