Shades of Neon Blue #575DFC
Tints of Neon Blue #575DFC
RGB
CMYK
RGB Variations
Color information
#575DFC (or 0x575DFC) is known color: Neon Blue. HEX triplet: 57, 5D and FC. RGB value is (87,93,252). Sum of RGB (Red+Green+Blue) = 87+93+252=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #575DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DFC is #A8A203. Grayscale: #6C6C6C. Windows color (decimal): -11051524 or 16538967. OLE color: 16538967.
HSL color Cylindrical-coordinate representation of color #575DFC: hue angle of 237.82º 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 #575DFC is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 93 | 252 | - |
| CMYK | 0.65 | 0.63 | 0 | 0.01 |
| HSL | 237.82º | 0.96% | 0.66% | - |
| HSV(B) | 237.82º | 0.65% | 0.99% | - |
| XYZ | 25.42 | 16.88 | 94.01 | - |
| YUV | 109.33 | 208.51 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 252 | 0.65 | 0.63 | 0 | 0.01 | 237.82 | 0.96 | 0.66 |
| Hex | 57 | 5D | FC | 41 | 3F | 0 | 1 | EE | 60 | 42 |
| Octal | 127 | 135 | 374 | 101 | 77 | 0 | 1 | 356 | 140 | 102 |
| Binary | 1010111 | 1011101 | 11111100 | 1000001 | 111111 | 0 | 1 | 11101110 | 1100000 | 1000010 |
Color Harmonies of #575DFC
Complementary color
Monochromatic Colors of #575DFC
Black with #575DFC
Text Example
Text Example
White with #575DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DFC; }
p { color: rgb(87,93,252); }
H1.HeaderClassName
{
color: #575DFC;
}
.AnyTagClassName
{
color: #575DFC;
}
</style>
background-color css
<style>
a { background-color: #575DFC; }
a { background-color: rgb(87,93,252); }
div.DivClassName
{
background-color: #575DFC;
}
.BgClassName
{
background-color: #575DFC;
}
</style>
border-color css
<style>
span { border-color: #575DFC; }
span { border-color: rgb(87,93,252); }
td.TdClassName
{
border-color: #575DFC;
}
.TagClassName
{
border-color: #575DFC;
}
</style>