Shades of Neon Blue #575BFD
Tints of Neon Blue #575BFD
RGB
CMYK
RGB Variations
Color information
#575BFD (or 0x575BFD) is known color: Neon Blue. HEX triplet: 57, 5B and FD. RGB value is (87,91,253). Sum of RGB (Red+Green+Blue) = 87+91+253=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 253 (99.22% from 255 or 58.70% from 431); Max value from RGB is 253 - color contains mainly: blue. Hex color #575BFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #575BFD is #A8A402. Grayscale: #6B6B6B. Windows color (decimal): -11052035 or 16603991. OLE color: 16603991.
HSL color Cylindrical-coordinate representation of color #575BFD: hue angle of 238.55º 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 #575BFD is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 87 | 91 | 253 | - |
| CMYK | 0.66 | 0.64 | 0 | 0.01 |
| HSL | 238.55º | 0.98% | 0.67% | - |
| HSV(B) | 238.55º | 0.66% | 0.99% | - |
| XYZ | 25.4 | 16.6 | 94.79 | - |
| YUV | 108.27 | 209.67 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 253 | 0.66 | 0.64 | 0 | 0.01 | 238.55 | 0.98 | 0.67 |
| Hex | 57 | 5B | FD | 42 | 40 | 0 | 1 | EF | 62 | 43 |
| Octal | 127 | 133 | 375 | 102 | 100 | 0 | 1 | 357 | 142 | 103 |
| Binary | 1010111 | 1011011 | 11111101 | 1000010 | 1000000 | 0 | 1 | 11101111 | 1100010 | 1000011 |
Color Harmonies of #575BFD
Complementary color
Monochromatic Colors of #575BFD
Black with #575BFD
Text Example
Text Example
White with #575BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BFD; }
p { color: rgb(87,91,253); }
H1.HeaderClassName
{
color: #575BFD;
}
.AnyTagClassName
{
color: #575BFD;
}
</style>
background-color css
<style>
a { background-color: #575BFD; }
a { background-color: rgb(87,91,253); }
div.DivClassName
{
background-color: #575BFD;
}
.BgClassName
{
background-color: #575BFD;
}
</style>
border-color css
<style>
span { border-color: #575BFD; }
span { border-color: rgb(87,91,253); }
td.TdClassName
{
border-color: #575BFD;
}
.TagClassName
{
border-color: #575BFD;
}
</style>