Shades of Neon Blue #573EED
Tints of Neon Blue #573EED
RGB
CMYK
RGB Variations
Color information
#573EED (or 0x573EED) is known color: Neon Blue. HEX triplet: 57, 3E and ED. RGB value is (87,62,237). Sum of RGB (Red+Green+Blue) = 87+62+237=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 237 (92.97% from 255 or 61.40% from 386); Max value from RGB is 237 - color contains mainly: blue. Hex color #573EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573EED is #A8C112. Grayscale: #585858. Windows color (decimal): -11059475 or 15547991. OLE color: 15547991.
HSL color Cylindrical-coordinate representation of color #573EED: hue angle of 248.57º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #573EED is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 62 | 237 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.07 |
| HSL | 248.57º | 0.83% | 0.59% | - |
| HSV(B) | 248.57º | 0.74% | 0.93% | - |
| XYZ | 20.94 | 11.59 | 81.25 | - |
| YUV | 89.43 | 211.28 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 62 | 237 | 0.63 | 0.74 | 0 | 0.07 | 248.57 | 0.83 | 0.59 |
| Hex | 57 | 3E | ED | 3F | 4A | 0 | 7 | F9 | 53 | 3B |
| Octal | 127 | 76 | 355 | 77 | 112 | 0 | 7 | 371 | 123 | 73 |
| Binary | 1010111 | 111110 | 11101101 | 111111 | 1001010 | 0 | 111 | 11111001 | 1010011 | 111011 |
Color Harmonies of #573EED
Complementary color
Monochromatic Colors of #573EED
Black with #573EED
Text Example
Text Example
White with #573EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573EED; }
p { color: rgb(87,62,237); }
H1.HeaderClassName
{
color: #573EED;
}
.AnyTagClassName
{
color: #573EED;
}
</style>
background-color css
<style>
a { background-color: #573EED; }
a { background-color: rgb(87,62,237); }
div.DivClassName
{
background-color: #573EED;
}
.BgClassName
{
background-color: #573EED;
}
</style>
border-color css
<style>
span { border-color: #573EED; }
span { border-color: rgb(87,62,237); }
td.TdClassName
{
border-color: #573EED;
}
.TagClassName
{
border-color: #573EED;
}
</style>