Shades of Neon Blue #575DF6
Tints of Neon Blue #575DF6
RGB
CMYK
RGB Variations
Color information
#575DF6 (or 0x575DF6) is known color: Neon Blue. HEX triplet: 57, 5D and F6. RGB value is (87,93,246). Sum of RGB (Red+Green+Blue) = 87+93+246=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #575DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DF6 is #A8A209. Grayscale: #6C6C6C. Windows color (decimal): -11051530 or 16145751. OLE color: 16145751.
HSL color Cylindrical-coordinate representation of color #575DF6: hue angle of 237.74º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #575DF6 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 93 | 246 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.04 |
| HSL | 237.74º | 0.9% | 0.65% | - |
| HSV(B) | 237.74º | 0.65% | 0.96% | - |
| XYZ | 24.48 | 16.51 | 89.09 | - |
| YUV | 108.65 | 205.51 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 246 | 0.65 | 0.62 | 0 | 0.04 | 237.74 | 0.9 | 0.65 |
| Hex | 57 | 5D | F6 | 41 | 3E | 0 | 4 | EE | 5A | 41 |
| Octal | 127 | 135 | 366 | 101 | 76 | 0 | 4 | 356 | 132 | 101 |
| Binary | 1010111 | 1011101 | 11110110 | 1000001 | 111110 | 0 | 100 | 11101110 | 1011010 | 1000001 |
Color Harmonies of #575DF6
Complementary color
Monochromatic Colors of #575DF6
Black with #575DF6
Text Example
Text Example
White with #575DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DF6; }
p { color: rgb(87,93,246); }
H1.HeaderClassName
{
color: #575DF6;
}
.AnyTagClassName
{
color: #575DF6;
}
</style>
background-color css
<style>
a { background-color: #575DF6; }
a { background-color: rgb(87,93,246); }
div.DivClassName
{
background-color: #575DF6;
}
.BgClassName
{
background-color: #575DF6;
}
</style>
border-color css
<style>
span { border-color: #575DF6; }
span { border-color: rgb(87,93,246); }
td.TdClassName
{
border-color: #575DF6;
}
.TagClassName
{
border-color: #575DF6;
}
</style>