Shades of Neon Blue #573BFC
Tints of Neon Blue #573BFC
RGB
CMYK
RGB Variations
Color information
#573BFC (or 0x573BFC) is known color: Neon Blue. HEX triplet: 57, 3B and FC. RGB value is (87,59,252). Sum of RGB (Red+Green+Blue) = 87+59+252=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 59 (23.44% from 255 or 14.82% from 398); Blue value is 252 (98.83% from 255 or 63.32% from 398); Max value from RGB is 252 - color contains mainly: blue. Hex color #573BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573BFC is #A8C403. Grayscale: #585858. Windows color (decimal): -11060228 or 16530263. OLE color: 16530263.
HSL color Cylindrical-coordinate representation of color #573BFC: hue angle of 248.7º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #573BFC is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 59 | 252 | - |
| CMYK | 0.65 | 0.77 | 0 | 0.01 |
| HSL | 248.7º | 0.97% | 0.61% | - |
| HSV(B) | 248.7º | 0.77% | 0.99% | - |
| XYZ | 23.07 | 12.18 | 93.23 | - |
| YUV | 89.37 | 219.78 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 252 | 0.65 | 0.77 | 0 | 0.01 | 248.7 | 0.97 | 0.61 |
| Hex | 57 | 3B | FC | 41 | 4D | 0 | 1 | F9 | 61 | 3D |
| Octal | 127 | 73 | 374 | 101 | 115 | 0 | 1 | 371 | 141 | 75 |
| Binary | 1010111 | 111011 | 11111100 | 1000001 | 1001101 | 0 | 1 | 11111001 | 1100001 | 111101 |
Color Harmonies of #573BFC
Complementary color
Monochromatic Colors of #573BFC
Black with #573BFC
Text Example
Text Example
White with #573BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BFC; }
p { color: rgb(87,59,252); }
H1.HeaderClassName
{
color: #573BFC;
}
.AnyTagClassName
{
color: #573BFC;
}
</style>
background-color css
<style>
a { background-color: #573BFC; }
a { background-color: rgb(87,59,252); }
div.DivClassName
{
background-color: #573BFC;
}
.BgClassName
{
background-color: #573BFC;
}
</style>
border-color css
<style>
span { border-color: #573BFC; }
span { border-color: rgb(87,59,252); }
td.TdClassName
{
border-color: #573BFC;
}
.TagClassName
{
border-color: #573BFC;
}
</style>