Shades of Neon Blue #575CFD
Tints of Neon Blue #575CFD
RGB
CMYK
RGB Variations
Color information
#575CFD (or 0x575CFD) is known color: Neon Blue. HEX triplet: 57, 5C and FD. RGB value is (87,92,253). Sum of RGB (Red+Green+Blue) = 87+92+253=432 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.14% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #575CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575CFD is #A8A302. Grayscale: #6C6C6C. Windows color (decimal): -11051779 or 16604247. OLE color: 16604247.
HSL color Cylindrical-coordinate representation of color #575CFD: hue angle of 238.19º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #575CFD is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 92 | 253 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.01 |
| HSL | 238.19º | 0.98% | 0.67% | - |
| HSV(B) | 238.19º | 0.66% | 0.99% | - |
| XYZ | 25.49 | 16.77 | 94.82 | - |
| YUV | 108.86 | 209.34 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 253 | 0.66 | 0.64 | 0 | 0.01 | 238.19 | 0.98 | 0.67 |
| Hex | 57 | 5C | FD | 42 | 40 | 0 | 1 | EE | 62 | 43 |
| Octal | 127 | 134 | 375 | 102 | 100 | 0 | 1 | 356 | 142 | 103 |
| Binary | 1010111 | 1011100 | 11111101 | 1000010 | 1000000 | 0 | 1 | 11101110 | 1100010 | 1000011 |
Color Harmonies of #575CFD
Complementary color
Monochromatic Colors of #575CFD
Black with #575CFD
Text Example
Text Example
White with #575CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CFD; }
p { color: rgb(87,92,253); }
H1.HeaderClassName
{
color: #575CFD;
}
.AnyTagClassName
{
color: #575CFD;
}
</style>
background-color css
<style>
a { background-color: #575CFD; }
a { background-color: rgb(87,92,253); }
div.DivClassName
{
background-color: #575CFD;
}
.BgClassName
{
background-color: #575CFD;
}
</style>
border-color css
<style>
span { border-color: #575CFD; }
span { border-color: rgb(87,92,253); }
td.TdClassName
{
border-color: #575CFD;
}
.TagClassName
{
border-color: #575CFD;
}
</style>