Shades of Neon Blue #573DED
Tints of Neon Blue #573DED
RGB
CMYK
RGB Variations
Color information
#573DED (or 0x573DED) is known color: Neon Blue. HEX triplet: 57, 3D and ED. RGB value is (87,61,237). Sum of RGB (Red+Green+Blue) = 87+61+237=385 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.60% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 237 (92.97% from 255 or 61.56% from 385); Max value from RGB is 237 - color contains mainly: blue. Hex color #573DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573DED is #A8C212. Grayscale: #585858. Windows color (decimal): -11059731 or 15547735. OLE color: 15547735.
HSL color Cylindrical-coordinate representation of color #573DED: hue angle of 248.86º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #573DED is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 61 | 237 | - |
| CMYK | 0.63 | 0.74 | 0 | 0.07 |
| HSL | 248.86º | 0.83% | 0.58% | - |
| HSV(B) | 248.86º | 0.74% | 0.93% | - |
| XYZ | 20.89 | 11.48 | 81.24 | - |
| YUV | 88.84 | 211.61 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 237 | 0.63 | 0.74 | 0 | 0.07 | 248.86 | 0.83 | 0.58 |
| Hex | 57 | 3D | ED | 3F | 4A | 0 | 7 | F9 | 53 | 3A |
| Octal | 127 | 75 | 355 | 77 | 112 | 0 | 7 | 371 | 123 | 72 |
| Binary | 1010111 | 111101 | 11101101 | 111111 | 1001010 | 0 | 111 | 11111001 | 1010011 | 111010 |
Color Harmonies of #573DED
Complementary color
Monochromatic Colors of #573DED
Black with #573DED
Text Example
Text Example
White with #573DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573DED; }
p { color: rgb(87,61,237); }
H1.HeaderClassName
{
color: #573DED;
}
.AnyTagClassName
{
color: #573DED;
}
</style>
background-color css
<style>
a { background-color: #573DED; }
a { background-color: rgb(87,61,237); }
div.DivClassName
{
background-color: #573DED;
}
.BgClassName
{
background-color: #573DED;
}
</style>
border-color css
<style>
span { border-color: #573DED; }
span { border-color: rgb(87,61,237); }
td.TdClassName
{
border-color: #573DED;
}
.TagClassName
{
border-color: #573DED;
}
</style>