Shades of Neon Blue #573CED
Tints of Neon Blue #573CED
RGB
CMYK
RGB Variations
Color information
#573CED (or 0x573CED) is known color: Neon Blue. HEX triplet: 57, 3C and ED. RGB value is (87,60,237). Sum of RGB (Red+Green+Blue) = 87+60+237=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 237 (92.97% from 255 or 61.72% from 384); Max value from RGB is 237 - color contains mainly: blue. Hex color #573CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573CED is #A8C312. Grayscale: #575757. Windows color (decimal): -11059987 or 15547479. OLE color: 15547479.
HSL color Cylindrical-coordinate representation of color #573CED: hue angle of 249.15º degrees, saturation: 0.83, 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 #573CED is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 60 | 237 | - |
| CMYK | 0.63 | 0.75 | 0 | 0.07 |
| HSL | 249.15º | 0.83% | 0.58% | - |
| HSV(B) | 249.15º | 0.75% | 0.93% | - |
| XYZ | 20.83 | 11.37 | 81.22 | - |
| YUV | 88.25 | 211.95 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 60 | 237 | 0.63 | 0.75 | 0 | 0.07 | 249.15 | 0.83 | 0.58 |
| Hex | 57 | 3C | ED | 3F | 4B | 0 | 7 | F9 | 53 | 3A |
| Octal | 127 | 74 | 355 | 77 | 113 | 0 | 7 | 371 | 123 | 72 |
| Binary | 1010111 | 111100 | 11101101 | 111111 | 1001011 | 0 | 111 | 11111001 | 1010011 | 111010 |
Color Harmonies of #573CED
Complementary color
Monochromatic Colors of #573CED
Black with #573CED
Text Example
Text Example
White with #573CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573CED; }
p { color: rgb(87,60,237); }
H1.HeaderClassName
{
color: #573CED;
}
.AnyTagClassName
{
color: #573CED;
}
</style>
background-color css
<style>
a { background-color: #573CED; }
a { background-color: rgb(87,60,237); }
div.DivClassName
{
background-color: #573CED;
}
.BgClassName
{
background-color: #573CED;
}
</style>
border-color css
<style>
span { border-color: #573CED; }
span { border-color: rgb(87,60,237); }
td.TdClassName
{
border-color: #573CED;
}
.TagClassName
{
border-color: #573CED;
}
</style>