Shades of Neon Blue #575EF3
Tints of Neon Blue #575EF3
RGB
CMYK
RGB Variations
Color information
#575EF3 (or 0x575EF3) is known color: Neon Blue. HEX triplet: 57, 5E and F3. RGB value is (87,94,243). Sum of RGB (Red+Green+Blue) = 87+94+243=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 243 (95.31% from 255 or 57.31% from 424); Max value from RGB is 243 - color contains mainly: blue. Hex color #575EF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EF3 is #A8A10C. Grayscale: #6C6C6C. Windows color (decimal): -11051277 or 15949399. OLE color: 15949399.
HSL color Cylindrical-coordinate representation of color #575EF3: hue angle of 237.31º degrees, saturation: 0.87, 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 #575EF3 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 94 | 243 | - |
| CMYK | 0.64 | 0.61 | 0 | 0.05 |
| HSL | 237.31º | 0.87% | 0.65% | - |
| HSV(B) | 237.31º | 0.64% | 0.95% | - |
| XYZ | 24.11 | 16.5 | 86.71 | - |
| YUV | 108.89 | 203.68 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 243 | 0.64 | 0.61 | 0 | 0.05 | 237.31 | 0.87 | 0.65 |
| Hex | 57 | 5E | F3 | 40 | 3D | 0 | 5 | ED | 57 | 41 |
| Octal | 127 | 136 | 363 | 100 | 75 | 0 | 5 | 355 | 127 | 101 |
| Binary | 1010111 | 1011110 | 11110011 | 1000000 | 111101 | 0 | 101 | 11101101 | 1010111 | 1000001 |
Color Harmonies of #575EF3
Complementary color
Monochromatic Colors of #575EF3
Black with #575EF3
Text Example
Text Example
White with #575EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EF3; }
p { color: rgb(87,94,243); }
H1.HeaderClassName
{
color: #575EF3;
}
.AnyTagClassName
{
color: #575EF3;
}
</style>
background-color css
<style>
a { background-color: #575EF3; }
a { background-color: rgb(87,94,243); }
div.DivClassName
{
background-color: #575EF3;
}
.BgClassName
{
background-color: #575EF3;
}
</style>
border-color css
<style>
span { border-color: #575EF3; }
span { border-color: rgb(87,94,243); }
td.TdClassName
{
border-color: #575EF3;
}
.TagClassName
{
border-color: #575EF3;
}
</style>