Shades of Neon Blue #575AF2
Tints of Neon Blue #575AF2
RGB
CMYK
RGB Variations
Color information
#575AF2 (or 0x575AF2) is known color: Neon Blue. HEX triplet: 57, 5A and F2. RGB value is (87,90,242). Sum of RGB (Red+Green+Blue) = 87+90+242=419 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.76% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #575AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575AF2 is #A8A50D. Grayscale: #696969. Windows color (decimal): -11052302 or 15882839. OLE color: 15882839.
HSL color Cylindrical-coordinate representation of color #575AF2: hue angle of 238.84º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575AF2 is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 90 | 242 | - |
| CMYK | 0.64 | 0.63 | 0 | 0.05 |
| HSL | 238.84º | 0.86% | 0.65% | - |
| HSV(B) | 238.84º | 0.64% | 0.95% | - |
| XYZ | 23.61 | 15.75 | 85.8 | - |
| YUV | 106.43 | 204.51 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 90 | 242 | 0.64 | 0.63 | 0 | 0.05 | 238.84 | 0.86 | 0.65 |
| Hex | 57 | 5A | F2 | 40 | 3F | 0 | 5 | EF | 56 | 41 |
| Octal | 127 | 132 | 362 | 100 | 77 | 0 | 5 | 357 | 126 | 101 |
| Binary | 1010111 | 1011010 | 11110010 | 1000000 | 111111 | 0 | 101 | 11101111 | 1010110 | 1000001 |
Color Harmonies of #575AF2
Complementary color
Monochromatic Colors of #575AF2
Black with #575AF2
Text Example
Text Example
White with #575AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575AF2; }
p { color: rgb(87,90,242); }
H1.HeaderClassName
{
color: #575AF2;
}
.AnyTagClassName
{
color: #575AF2;
}
</style>
background-color css
<style>
a { background-color: #575AF2; }
a { background-color: rgb(87,90,242); }
div.DivClassName
{
background-color: #575AF2;
}
.BgClassName
{
background-color: #575AF2;
}
</style>
border-color css
<style>
span { border-color: #575AF2; }
span { border-color: rgb(87,90,242); }
td.TdClassName
{
border-color: #575AF2;
}
.TagClassName
{
border-color: #575AF2;
}
</style>