Shades of Neon Blue #575EFD
Tints of Neon Blue #575EFD
RGB
CMYK
RGB Variations
Color information
#575EFD (or 0x575EFD) is known color: Neon Blue. HEX triplet: 57, 5E and FD. RGB value is (87,94,253). Sum of RGB (Red+Green+Blue) = 87+94+253=434 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.05% from 434); Green value is 94 (37.11% from 255 or 21.66% from 434); Blue value is 253 (99.22% from 255 or 58.29% from 434); Max value from RGB is 253 - color contains mainly: blue. Hex color #575EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575EFD is #A8A102. Grayscale: #6D6D6D. Windows color (decimal): -11051267 or 16604759. OLE color: 16604759.
HSL color Cylindrical-coordinate representation of color #575EFD: hue angle of 237.47º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #575EFD is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 94 | 253 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.01 |
| HSL | 237.47º | 0.98% | 0.67% | - |
| HSV(B) | 237.47º | 0.66% | 0.99% | - |
| XYZ | 25.66 | 17.12 | 94.88 | - |
| YUV | 110.03 | 208.68 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 253 | 0.66 | 0.63 | 0 | 0.01 | 237.47 | 0.98 | 0.67 |
| Hex | 57 | 5E | FD | 42 | 3F | 0 | 1 | ED | 62 | 43 |
| Octal | 127 | 136 | 375 | 102 | 77 | 0 | 1 | 355 | 142 | 103 |
| Binary | 1010111 | 1011110 | 11111101 | 1000010 | 111111 | 0 | 1 | 11101101 | 1100010 | 1000011 |
Color Harmonies of #575EFD
Complementary color
Monochromatic Colors of #575EFD
Black with #575EFD
Text Example
Text Example
White with #575EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EFD; }
p { color: rgb(87,94,253); }
H1.HeaderClassName
{
color: #575EFD;
}
.AnyTagClassName
{
color: #575EFD;
}
</style>
background-color css
<style>
a { background-color: #575EFD; }
a { background-color: rgb(87,94,253); }
div.DivClassName
{
background-color: #575EFD;
}
.BgClassName
{
background-color: #575EFD;
}
</style>
border-color css
<style>
span { border-color: #575EFD; }
span { border-color: rgb(87,94,253); }
td.TdClassName
{
border-color: #575EFD;
}
.TagClassName
{
border-color: #575EFD;
}
</style>