Shades of Neon Blue #573BFE
Tints of Neon Blue #573BFE
RGB
CMYK
RGB Variations
Color information
#573BFE (or 0x573BFE) is known color: Neon Blue. HEX triplet: 57, 3B and FE. RGB value is (87,59,254). Sum of RGB (Red+Green+Blue) = 87+59+254=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 254 (99.61% from 255 or 63.5% from 400); Max value from RGB is 254 - color contains mainly: blue. Hex color #573BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #573BFE is #A8C401. Grayscale: #585858. Windows color (decimal): -11060226 or 16661335. OLE color: 16661335.
HSL color Cylindrical-coordinate representation of color #573BFE: hue angle of 248.62º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #573BFE is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 59 | 254 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.00 |
| HSL | 248.62º | 0.99% | 0.61% | - |
| HSV(B) | 248.62º | 0.77% | 1% | - |
| XYZ | 23.38 | 12.31 | 94.91 | - |
| YUV | 89.6 | 220.78 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 59 | 254 | 0.66 | 0.77 | 0 | 0.00 | 248.62 | 0.99 | 0.61 |
| Hex | 57 | 3B | FE | 42 | 4D | 0 | 0 | F9 | 63 | 3D |
| Octal | 127 | 73 | 376 | 102 | 115 | 0 | 0 | 371 | 143 | 75 |
| Binary | 1010111 | 111011 | 11111110 | 1000010 | 1001101 | 0 | 0 | 11111001 | 1100011 | 111101 |
Color Harmonies of #573BFE
Complementary color
Monochromatic Colors of #573BFE
Black with #573BFE
Text Example
Text Example
White with #573BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #573BFE; }
p { color: rgb(87,59,254); }
H1.HeaderClassName
{
color: #573BFE;
}
.AnyTagClassName
{
color: #573BFE;
}
</style>
background-color css
<style>
a { background-color: #573BFE; }
a { background-color: rgb(87,59,254); }
div.DivClassName
{
background-color: #573BFE;
}
.BgClassName
{
background-color: #573BFE;
}
</style>
border-color css
<style>
span { border-color: #573BFE; }
span { border-color: rgb(87,59,254); }
td.TdClassName
{
border-color: #573BFE;
}
.TagClassName
{
border-color: #573BFE;
}
</style>