Shades of Neon Blue #575BFC
Tints of Neon Blue #575BFC
RGB
CMYK
RGB Variations
Color information
#575BFC (or 0x575BFC) is known color: Neon Blue. HEX triplet: 57, 5B and FC. RGB value is (87,91,252). Sum of RGB (Red+Green+Blue) = 87+91+252=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #575BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BFC is #A8A403. Grayscale: #6B6B6B. Windows color (decimal): -11052036 or 16538455. OLE color: 16538455.
HSL color Cylindrical-coordinate representation of color #575BFC: hue angle of 238.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 #575BFC is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 91 | 252 | - |
| CMYK | 0.65 | 0.64 | 0 | 0.01 |
| HSL | 238.55º | 0.96% | 0.66% | - |
| HSV(B) | 238.55º | 0.65% | 0.99% | - |
| XYZ | 25.24 | 16.54 | 93.96 | - |
| YUV | 108.16 | 209.17 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 252 | 0.65 | 0.64 | 0 | 0.01 | 238.55 | 0.96 | 0.66 |
| Hex | 57 | 5B | FC | 41 | 40 | 0 | 1 | EF | 60 | 42 |
| Octal | 127 | 133 | 374 | 101 | 100 | 0 | 1 | 357 | 140 | 102 |
| Binary | 1010111 | 1011011 | 11111100 | 1000001 | 1000000 | 0 | 1 | 11101111 | 1100000 | 1000010 |
Color Harmonies of #575BFC
Complementary color
Monochromatic Colors of #575BFC
Black with #575BFC
Text Example
Text Example
White with #575BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BFC; }
p { color: rgb(87,91,252); }
H1.HeaderClassName
{
color: #575BFC;
}
.AnyTagClassName
{
color: #575BFC;
}
</style>
background-color css
<style>
a { background-color: #575BFC; }
a { background-color: rgb(87,91,252); }
div.DivClassName
{
background-color: #575BFC;
}
.BgClassName
{
background-color: #575BFC;
}
</style>
border-color css
<style>
span { border-color: #575BFC; }
span { border-color: rgb(87,91,252); }
td.TdClassName
{
border-color: #575BFC;
}
.TagClassName
{
border-color: #575BFC;
}
</style>