Shades of Neon Blue #573CEA
Tints of Neon Blue #573CEA
RGB
CMYK
RGB Variations
Color information
#573CEA (or 0x573CEA) is known color: Neon Blue. HEX triplet: 57, 3C and EA. RGB value is (87,60,234). Sum of RGB (Red+Green+Blue) = 87+60+234=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 234 (91.80% from 255 or 61.42% from 381); Max value from RGB is 234 - color contains mainly: blue. Hex color #573CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573CEA is #A8C315. Grayscale: #575757. Windows color (decimal): -11059990 or 15350871. OLE color: 15350871.
HSL color Cylindrical-coordinate representation of color #573CEA: hue angle of 249.31º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #573CEA is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 60 | 234 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.08 |
| HSL | 249.31º | 0.81% | 0.58% | - |
| HSV(B) | 249.31º | 0.74% | 0.92% | - |
| XYZ | 20.4 | 11.2 | 78.93 | - |
| YUV | 87.91 | 210.45 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 234 | 0.63 | 0.74 | 0 | 0.08 | 249.31 | 0.81 | 0.58 |
| Hex | 57 | 3C | EA | 3F | 4A | 0 | 8 | F9 | 51 | 3A |
| Octal | 127 | 74 | 352 | 77 | 112 | 0 | 10 | 371 | 121 | 72 |
| Binary | 1010111 | 111100 | 11101010 | 111111 | 1001010 | 0 | 1000 | 11111001 | 1010001 | 111010 |
Color Harmonies of #573CEA
Complementary color
Monochromatic Colors of #573CEA
Black with #573CEA
Text Example
Text Example
White with #573CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CEA; }
p { color: rgb(87,60,234); }
H1.HeaderClassName
{
color: #573CEA;
}
.AnyTagClassName
{
color: #573CEA;
}
</style>
background-color css
<style>
a { background-color: #573CEA; }
a { background-color: rgb(87,60,234); }
div.DivClassName
{
background-color: #573CEA;
}
.BgClassName
{
background-color: #573CEA;
}
</style>
border-color css
<style>
span { border-color: #573CEA; }
span { border-color: rgb(87,60,234); }
td.TdClassName
{
border-color: #573CEA;
}
.TagClassName
{
border-color: #573CEA;
}
</style>