Shades of Neon Blue #573BEC
Tints of Neon Blue #573BEC
RGB
CMYK
RGB Variations
Color information
#573BEC (or 0x573BEC) is known color: Neon Blue. HEX triplet: 57, 3B and EC. RGB value is (87,59,236). Sum of RGB (Red+Green+Blue) = 87+59+236=382 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.77% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 236 (92.58% from 255 or 61.78% from 382); Max value from RGB is 236 - color contains mainly: blue. Hex color #573BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573BEC is #A8C413. Grayscale: #565656. Windows color (decimal): -11060244 or 15481687. OLE color: 15481687.
HSL color Cylindrical-coordinate representation of color #573BEC: hue angle of 249.49º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #573BEC is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 59 | 236 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.07 |
| HSL | 249.49º | 0.82% | 0.58% | - |
| HSV(B) | 249.49º | 0.75% | 0.93% | - |
| XYZ | 20.63 | 11.21 | 80.43 | - |
| YUV | 87.55 | 211.78 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 236 | 0.63 | 0.75 | 0 | 0.07 | 249.49 | 0.82 | 0.58 |
| Hex | 57 | 3B | EC | 3F | 4B | 0 | 7 | F9 | 52 | 3A |
| Octal | 127 | 73 | 354 | 77 | 113 | 0 | 7 | 371 | 122 | 72 |
| Binary | 1010111 | 111011 | 11101100 | 111111 | 1001011 | 0 | 111 | 11111001 | 1010010 | 111010 |
Color Harmonies of #573BEC
Complementary color
Monochromatic Colors of #573BEC
Black with #573BEC
Text Example
Text Example
White with #573BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BEC; }
p { color: rgb(87,59,236); }
H1.HeaderClassName
{
color: #573BEC;
}
.AnyTagClassName
{
color: #573BEC;
}
</style>
background-color css
<style>
a { background-color: #573BEC; }
a { background-color: rgb(87,59,236); }
div.DivClassName
{
background-color: #573BEC;
}
.BgClassName
{
background-color: #573BEC;
}
</style>
border-color css
<style>
span { border-color: #573BEC; }
span { border-color: rgb(87,59,236); }
td.TdClassName
{
border-color: #573BEC;
}
.TagClassName
{
border-color: #573BEC;
}
</style>