Shades of Neon Blue #5757EF
Tints of Neon Blue #5757EF
RGB
CMYK
RGB Variations
Color information
#5757EF (or 0x5757EF) is known color: Neon Blue. HEX triplet: 57, 57 and EF. RGB value is (87,87,239). Sum of RGB (Red+Green+Blue) = 87+87+239=413 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.07% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 239 (93.75% from 255 or 57.87% from 413); Max value from RGB is 239 - color contains mainly: blue. Hex color #5757EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5757EF is #A8A810. Grayscale: #676767. Windows color (decimal): -11053073 or 15685463. OLE color: 15685463.
HSL color Cylindrical-coordinate representation of color #5757EF: hue angle of 240º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5757EF is Cyan = 0.64, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 87 | 239 | - |
| CMYK | 0.64 | 0.64 | 0 | 0.06 |
| HSL | 240º | 0.83% | 0.64% | - |
| HSV(B) | 240º | 0.64% | 0.94% | - |
| XYZ | 22.92 | 15.07 | 83.36 | - |
| YUV | 104.33 | 204 | 115.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 87 | 239 | 0.64 | 0.64 | 0 | 0.06 | 240 | 0.83 | 0.64 |
| Hex | 57 | 57 | EF | 40 | 40 | 0 | 6 | F0 | 53 | 40 |
| Octal | 127 | 127 | 357 | 100 | 100 | 0 | 6 | 360 | 123 | 100 |
| Binary | 1010111 | 1010111 | 11101111 | 1000000 | 1000000 | 0 | 110 | 11110000 | 1010011 | 1000000 |
Color Harmonies of #5757EF
Complementary color
Monochromatic Colors of #5757EF
Black with #5757EF
Text Example
Text Example
White with #5757EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5757EF; }
p { color: rgb(87,87,239); }
H1.HeaderClassName
{
color: #5757EF;
}
.AnyTagClassName
{
color: #5757EF;
}
</style>
background-color css
<style>
a { background-color: #5757EF; }
a { background-color: rgb(87,87,239); }
div.DivClassName
{
background-color: #5757EF;
}
.BgClassName
{
background-color: #5757EF;
}
</style>
border-color css
<style>
span { border-color: #5757EF; }
span { border-color: rgb(87,87,239); }
td.TdClassName
{
border-color: #5757EF;
}
.TagClassName
{
border-color: #5757EF;
}
</style>