Shades of Neon Blue #573BEA
Tints of Neon Blue #573BEA
RGB
CMYK
RGB Variations
Color information
#573BEA (or 0x573BEA) is known color: Neon Blue. HEX triplet: 57, 3B and EA. RGB value is (87,59,234). Sum of RGB (Red+Green+Blue) = 87+59+234=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 234 (91.80% from 255 or 61.58% from 380); Max value from RGB is 234 - color contains mainly: blue. Hex color #573BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573BEA is #A8C415. Grayscale: #565656. Windows color (decimal): -11060246 or 15350615. OLE color: 15350615.
HSL color Cylindrical-coordinate representation of color #573BEA: hue angle of 249.6º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #573BEA is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 59 | 234 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.08 |
| HSL | 249.6º | 0.81% | 0.57% | - |
| HSV(B) | 249.6º | 0.75% | 0.92% | - |
| XYZ | 20.35 | 11.09 | 78.91 | - |
| YUV | 87.32 | 210.78 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 234 | 0.63 | 0.75 | 0 | 0.08 | 249.6 | 0.81 | 0.57 |
| Hex | 57 | 3B | EA | 3F | 4B | 0 | 8 | FA | 51 | 39 |
| Octal | 127 | 73 | 352 | 77 | 113 | 0 | 10 | 372 | 121 | 71 |
| Binary | 1010111 | 111011 | 11101010 | 111111 | 1001011 | 0 | 1000 | 11111010 | 1010001 | 111001 |
Color Harmonies of #573BEA
Complementary color
Monochromatic Colors of #573BEA
Black with #573BEA
Text Example
Text Example
White with #573BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BEA; }
p { color: rgb(87,59,234); }
H1.HeaderClassName
{
color: #573BEA;
}
.AnyTagClassName
{
color: #573BEA;
}
</style>
background-color css
<style>
a { background-color: #573BEA; }
a { background-color: rgb(87,59,234); }
div.DivClassName
{
background-color: #573BEA;
}
.BgClassName
{
background-color: #573BEA;
}
</style>
border-color css
<style>
span { border-color: #573BEA; }
span { border-color: rgb(87,59,234); }
td.TdClassName
{
border-color: #573BEA;
}
.TagClassName
{
border-color: #573BEA;
}
</style>