Shades of Neon Blue #5757FF
Tints of Neon Blue #5757FF
RGB
CMYK
RGB Variations
Color information
#5757FF (or 0x5757FF) is known color: Neon Blue. HEX triplet: 57, 57 and FF. RGB value is (87,87,255). Sum of RGB (Red+Green+Blue) = 87+87+255=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 87 (34.38% from 255 or 20.28% from 429); Blue value is 255 (100% from 255 or 59.44% from 429); Max value from RGB is 255 - color contains mainly: blue. Hex color #5757FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5757FF is #A8A800. Grayscale: #696969. Windows color (decimal): -11053057 or 16734039. OLE color: 16734039.
HSL color Cylindrical-coordinate representation of color #5757FF: hue angle of 240º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5757FF is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 87 | 255 | - |
| CMYK | 0.66 | 0.66 | 0 | 0 |
| HSL | 240º | 1% | 0.67% | - |
| HSV(B) | 240º | 0.66% | 1% | - |
| XYZ | 25.39 | 16.06 | 96.37 | - |
| YUV | 106.15 | 212 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 255 | 0.66 | 0.66 | 0 | 0 | 240 | 1 | 0.67 |
| Hex | 57 | 57 | FF | 42 | 42 | 0 | 0 | F0 | 64 | 43 |
| Octal | 127 | 127 | 377 | 102 | 102 | 0 | 0 | 360 | 144 | 103 |
| Binary | 1010111 | 1010111 | 11111111 | 1000010 | 1000010 | 0 | 0 | 11110000 | 1100100 | 1000011 |
Color Harmonies of #5757FF
Complementary color
Monochromatic Colors of #5757FF
Black with #5757FF
Text Example
Text Example
White with #5757FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5757FF; }
p { color: rgb(87,87,255); }
H1.HeaderClassName
{
color: #5757FF;
}
.AnyTagClassName
{
color: #5757FF;
}
</style>
background-color css
<style>
a { background-color: #5757FF; }
a { background-color: rgb(87,87,255); }
div.DivClassName
{
background-color: #5757FF;
}
.BgClassName
{
background-color: #5757FF;
}
</style>
border-color css
<style>
span { border-color: #5757FF; }
span { border-color: rgb(87,87,255); }
td.TdClassName
{
border-color: #5757FF;
}
.TagClassName
{
border-color: #5757FF;
}
</style>