Shades of Neon Blue #573BF2
Tints of Neon Blue #573BF2
RGB
CMYK
RGB Variations
Color information
#573BF2 (or 0x573BF2) is known color: Neon Blue. HEX triplet: 57, 3B and F2. RGB value is (87,59,242). Sum of RGB (Red+Green+Blue) = 87+59+242=388 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.42% from 388); Green value is 59 (23.44% from 255 or 15.21% from 388); Blue value is 242 (94.92% from 255 or 62.37% from 388); Max value from RGB is 242 - color contains mainly: blue. Hex color #573BF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573BF2 is #A8C40D. Grayscale: #575757. Windows color (decimal): -11060238 or 15874903. OLE color: 15874903.
HSL color Cylindrical-coordinate representation of color #573BF2: hue angle of 249.18º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #573BF2 is Cyan = 0.64, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 59 | 242 | - |
| CMYK | 0.64 | 0.76 | 0 | 0.05 |
| HSL | 249.18º | 0.88% | 0.59% | - |
| HSV(B) | 249.18º | 0.76% | 0.95% | - |
| XYZ | 21.52 | 11.56 | 85.1 | - |
| YUV | 88.23 | 214.78 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 242 | 0.64 | 0.76 | 0 | 0.05 | 249.18 | 0.88 | 0.59 |
| Hex | 57 | 3B | F2 | 40 | 4C | 0 | 5 | F9 | 58 | 3B |
| Octal | 127 | 73 | 362 | 100 | 114 | 0 | 5 | 371 | 130 | 73 |
| Binary | 1010111 | 111011 | 11110010 | 1000000 | 1001100 | 0 | 101 | 11111001 | 1011000 | 111011 |
Color Harmonies of #573BF2
Complementary color
Monochromatic Colors of #573BF2
Black with #573BF2
Text Example
Text Example
White with #573BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BF2; }
p { color: rgb(87,59,242); }
H1.HeaderClassName
{
color: #573BF2;
}
.AnyTagClassName
{
color: #573BF2;
}
</style>
background-color css
<style>
a { background-color: #573BF2; }
a { background-color: rgb(87,59,242); }
div.DivClassName
{
background-color: #573BF2;
}
.BgClassName
{
background-color: #573BF2;
}
</style>
border-color css
<style>
span { border-color: #573BF2; }
span { border-color: rgb(87,59,242); }
td.TdClassName
{
border-color: #573BF2;
}
.TagClassName
{
border-color: #573BF2;
}
</style>