Shades of Neon Blue #573CFD
Tints of Neon Blue #573CFD
RGB
CMYK
RGB Variations
Color information
#573CFD (or 0x573CFD) is known color: Neon Blue. HEX triplet: 57, 3C and FD. RGB value is (87,60,253). Sum of RGB (Red+Green+Blue) = 87+60+253=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 253 (99.22% from 255 or 63.25% from 400); Max value from RGB is 253 - color contains mainly: blue. Hex color #573CFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573CFD is #A8C302. Grayscale: #595959. Windows color (decimal): -11059971 or 16596055. OLE color: 16596055.
HSL color Cylindrical-coordinate representation of color #573CFD: hue angle of 248.39º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #573CFD is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 60 | 253 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.01 |
| HSL | 248.39º | 0.98% | 0.61% | - |
| HSV(B) | 248.39º | 0.76% | 0.99% | - |
| XYZ | 23.28 | 12.35 | 94.09 | - |
| YUV | 90.08 | 219.95 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 253 | 0.66 | 0.76 | 0 | 0.01 | 248.39 | 0.98 | 0.61 |
| Hex | 57 | 3C | FD | 42 | 4C | 0 | 1 | F8 | 62 | 3D |
| Octal | 127 | 74 | 375 | 102 | 114 | 0 | 1 | 370 | 142 | 75 |
| Binary | 1010111 | 111100 | 11111101 | 1000010 | 1001100 | 0 | 1 | 11111000 | 1100010 | 111101 |
Color Harmonies of #573CFD
Complementary color
Monochromatic Colors of #573CFD
Black with #573CFD
Text Example
Text Example
White with #573CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CFD; }
p { color: rgb(87,60,253); }
H1.HeaderClassName
{
color: #573CFD;
}
.AnyTagClassName
{
color: #573CFD;
}
</style>
background-color css
<style>
a { background-color: #573CFD; }
a { background-color: rgb(87,60,253); }
div.DivClassName
{
background-color: #573CFD;
}
.BgClassName
{
background-color: #573CFD;
}
</style>
border-color css
<style>
span { border-color: #573CFD; }
span { border-color: rgb(87,60,253); }
td.TdClassName
{
border-color: #573CFD;
}
.TagClassName
{
border-color: #573CFD;
}
</style>