Shades of Neon Blue #575DF5
Tints of Neon Blue #575DF5
RGB
CMYK
RGB Variations
Color information
#575DF5 (or 0x575DF5) is known color: Neon Blue. HEX triplet: 57, 5D and F5. RGB value is (87,93,245). Sum of RGB (Red+Green+Blue) = 87+93+245=425 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.47% from 425); Green value is 93 (36.72% from 255 or 21.88% from 425); Blue value is 245 (96.09% from 255 or 57.65% from 425); Max value from RGB is 245 - color contains mainly: blue. Hex color #575DF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575DF5 is #A8A20A. Grayscale: #6B6B6B. Windows color (decimal): -11051531 or 16080215. OLE color: 16080215.
HSL color Cylindrical-coordinate representation of color #575DF5: hue angle of 237.72º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #575DF5 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 87 | 93 | 245 | - |
| CMYK | 0.64 | 0.62 | 0 | 0.04 |
| HSL | 237.72º | 0.89% | 0.65% | - |
| HSV(B) | 237.72º | 0.64% | 0.96% | - |
| XYZ | 24.33 | 16.45 | 88.28 | - |
| YUV | 108.53 | 205.01 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 93 | 245 | 0.64 | 0.62 | 0 | 0.04 | 237.72 | 0.89 | 0.65 |
| Hex | 57 | 5D | F5 | 40 | 3E | 0 | 4 | EE | 59 | 41 |
| Octal | 127 | 135 | 365 | 100 | 76 | 0 | 4 | 356 | 131 | 101 |
| Binary | 1010111 | 1011101 | 11110101 | 1000000 | 111110 | 0 | 100 | 11101110 | 1011001 | 1000001 |
Color Harmonies of #575DF5
Complementary color
Monochromatic Colors of #575DF5
Black with #575DF5
Text Example
Text Example
White with #575DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575DF5; }
p { color: rgb(87,93,245); }
H1.HeaderClassName
{
color: #575DF5;
}
.AnyTagClassName
{
color: #575DF5;
}
</style>
background-color css
<style>
a { background-color: #575DF5; }
a { background-color: rgb(87,93,245); }
div.DivClassName
{
background-color: #575DF5;
}
.BgClassName
{
background-color: #575DF5;
}
</style>
border-color css
<style>
span { border-color: #575DF5; }
span { border-color: rgb(87,93,245); }
td.TdClassName
{
border-color: #575DF5;
}
.TagClassName
{
border-color: #575DF5;
}
</style>