Shades of Neon Blue #575FFC
Tints of Neon Blue #575FFC
RGB
CMYK
RGB Variations
Color information
#575FFC (or 0x575FFC) is known color: Neon Blue. HEX triplet: 57, 5F and FC. RGB value is (87,95,252). Sum of RGB (Red+Green+Blue) = 87+95+252=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #575FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575FFC is #A8A003. Grayscale: #6D6D6D. Windows color (decimal): -11051012 or 16539479. OLE color: 16539479.
HSL color Cylindrical-coordinate representation of color #575FFC: hue angle of 237.09º 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 #575FFC is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 95 | 252 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.01 |
| HSL | 237.09º | 0.96% | 0.66% | - |
| HSV(B) | 237.09º | 0.65% | 0.99% | - |
| XYZ | 25.59 | 17.24 | 94.07 | - |
| YUV | 110.51 | 207.85 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 252 | 0.65 | 0.62 | 0 | 0.01 | 237.09 | 0.96 | 0.66 |
| Hex | 57 | 5F | FC | 41 | 3E | 0 | 1 | ED | 60 | 42 |
| Octal | 127 | 137 | 374 | 101 | 76 | 0 | 1 | 355 | 140 | 102 |
| Binary | 1010111 | 1011111 | 11111100 | 1000001 | 111110 | 0 | 1 | 11101101 | 1100000 | 1000010 |
Color Harmonies of #575FFC
Complementary color
Monochromatic Colors of #575FFC
Black with #575FFC
Text Example
Text Example
White with #575FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575FFC; }
p { color: rgb(87,95,252); }
H1.HeaderClassName
{
color: #575FFC;
}
.AnyTagClassName
{
color: #575FFC;
}
</style>
background-color css
<style>
a { background-color: #575FFC; }
a { background-color: rgb(87,95,252); }
div.DivClassName
{
background-color: #575FFC;
}
.BgClassName
{
background-color: #575FFC;
}
</style>
border-color css
<style>
span { border-color: #575FFC; }
span { border-color: rgb(87,95,252); }
td.TdClassName
{
border-color: #575FFC;
}
.TagClassName
{
border-color: #575FFC;
}
</style>