Shades of Neon Blue #573DF2
Tints of Neon Blue #573DF2
RGB
CMYK
RGB Variations
Color information
#573DF2 (or 0x573DF2) is known color: Neon Blue. HEX triplet: 57, 3D and F2. RGB value is (87,61,242). Sum of RGB (Red+Green+Blue) = 87+61+242=390 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.31% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 242 (94.92% from 255 or 62.05% from 390); Max value from RGB is 242 - color contains mainly: blue. Hex color #573DF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573DF2 is #A8C20D. Grayscale: #585858. Windows color (decimal): -11059726 or 15875415. OLE color: 15875415.
HSL color Cylindrical-coordinate representation of color #573DF2: hue angle of 248.62º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #573DF2 is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 61 | 242 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.05 |
| HSL | 248.62º | 0.87% | 0.59% | - |
| HSV(B) | 248.62º | 0.75% | 0.95% | - |
| XYZ | 21.63 | 11.77 | 85.14 | - |
| YUV | 89.41 | 214.11 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 61 | 242 | 0.64 | 0.75 | 0 | 0.05 | 248.62 | 0.87 | 0.59 |
| Hex | 57 | 3D | F2 | 40 | 4B | 0 | 5 | F9 | 57 | 3B |
| Octal | 127 | 75 | 362 | 100 | 113 | 0 | 5 | 371 | 127 | 73 |
| Binary | 1010111 | 111101 | 11110010 | 1000000 | 1001011 | 0 | 101 | 11111001 | 1010111 | 111011 |
Color Harmonies of #573DF2
Complementary color
Monochromatic Colors of #573DF2
Black with #573DF2
Text Example
Text Example
White with #573DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573DF2; }
p { color: rgb(87,61,242); }
H1.HeaderClassName
{
color: #573DF2;
}
.AnyTagClassName
{
color: #573DF2;
}
</style>
background-color css
<style>
a { background-color: #573DF2; }
a { background-color: rgb(87,61,242); }
div.DivClassName
{
background-color: #573DF2;
}
.BgClassName
{
background-color: #573DF2;
}
</style>
border-color css
<style>
span { border-color: #573DF2; }
span { border-color: rgb(87,61,242); }
td.TdClassName
{
border-color: #573DF2;
}
.TagClassName
{
border-color: #573DF2;
}
</style>