Shades of Neon Blue #573EFC
Tints of Neon Blue #573EFC
RGB
CMYK
RGB Variations
Color information
#573EFC (or 0x573EFC) is known color: Neon Blue. HEX triplet: 57, 3E and FC. RGB value is (87,62,252). Sum of RGB (Red+Green+Blue) = 87+62+252=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 252 (98.83% from 255 or 62.84% from 401); Max value from RGB is 252 - color contains mainly: blue. Hex color #573EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573EFC is #A8C103. Grayscale: #5A5A5A. Windows color (decimal): -11059460 or 16531031. OLE color: 16531031.
HSL color Cylindrical-coordinate representation of color #573EFC: hue angle of 247.89º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #573EFC is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 62 | 252 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.01 |
| HSL | 247.89º | 0.97% | 0.62% | - |
| HSV(B) | 247.89º | 0.75% | 0.99% | - |
| XYZ | 23.22 | 12.5 | 93.28 | - |
| YUV | 91.14 | 218.78 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 62 | 252 | 0.65 | 0.75 | 0 | 0.01 | 247.89 | 0.97 | 0.62 |
| Hex | 57 | 3E | FC | 41 | 4B | 0 | 1 | F8 | 61 | 3E |
| Octal | 127 | 76 | 374 | 101 | 113 | 0 | 1 | 370 | 141 | 76 |
| Binary | 1010111 | 111110 | 11111100 | 1000001 | 1001011 | 0 | 1 | 11111000 | 1100001 | 111110 |
Color Harmonies of #573EFC
Complementary color
Monochromatic Colors of #573EFC
Black with #573EFC
Text Example
Text Example
White with #573EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573EFC; }
p { color: rgb(87,62,252); }
H1.HeaderClassName
{
color: #573EFC;
}
.AnyTagClassName
{
color: #573EFC;
}
</style>
background-color css
<style>
a { background-color: #573EFC; }
a { background-color: rgb(87,62,252); }
div.DivClassName
{
background-color: #573EFC;
}
.BgClassName
{
background-color: #573EFC;
}
</style>
border-color css
<style>
span { border-color: #573EFC; }
span { border-color: rgb(87,62,252); }
td.TdClassName
{
border-color: #573EFC;
}
.TagClassName
{
border-color: #573EFC;
}
</style>