Shades of Neon Blue #575EFC
Tints of Neon Blue #575EFC
RGB
CMYK
RGB Variations
Color information
#575EFC (or 0x575EFC) is known color: Neon Blue. HEX triplet: 57, 5E and FC. RGB value is (87,94,252). Sum of RGB (Red+Green+Blue) = 87+94+252=433 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.09% from 433); Green value is 94 (37.11% from 255 or 21.71% 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 #575EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EFC is #A8A103. Grayscale: #6D6D6D. Windows color (decimal): -11051268 or 16539223. OLE color: 16539223.
HSL color Cylindrical-coordinate representation of color #575EFC: hue angle of 237.45º 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 #575EFC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 94 | 252 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.01 |
| HSL | 237.45º | 0.96% | 0.66% | - |
| HSV(B) | 237.45º | 0.65% | 0.99% | - |
| XYZ | 25.5 | 17.06 | 94.04 | - |
| YUV | 109.92 | 208.18 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 252 | 0.65 | 0.63 | 0 | 0.01 | 237.45 | 0.96 | 0.66 |
| Hex | 57 | 5E | FC | 41 | 3F | 0 | 1 | ED | 60 | 42 |
| Octal | 127 | 136 | 374 | 101 | 77 | 0 | 1 | 355 | 140 | 102 |
| Binary | 1010111 | 1011110 | 11111100 | 1000001 | 111111 | 0 | 1 | 11101101 | 1100000 | 1000010 |
Color Harmonies of #575EFC
Complementary color
Monochromatic Colors of #575EFC
Black with #575EFC
Text Example
Text Example
White with #575EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EFC; }
p { color: rgb(87,94,252); }
H1.HeaderClassName
{
color: #575EFC;
}
.AnyTagClassName
{
color: #575EFC;
}
</style>
background-color css
<style>
a { background-color: #575EFC; }
a { background-color: rgb(87,94,252); }
div.DivClassName
{
background-color: #575EFC;
}
.BgClassName
{
background-color: #575EFC;
}
</style>
border-color css
<style>
span { border-color: #575EFC; }
span { border-color: rgb(87,94,252); }
td.TdClassName
{
border-color: #575EFC;
}
.TagClassName
{
border-color: #575EFC;
}
</style>