Shades of Neon Blue #5756FE
Tints of Neon Blue #5756FE
RGB
CMYK
RGB Variations
Color information
#5756FE (or 0x5756FE) is known color: Neon Blue. HEX triplet: 57, 56 and FE. RGB value is (87,86,254). Sum of RGB (Red+Green+Blue) = 87+86+254=427 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.37% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 254 (99.61% from 255 or 59.48% from 427); Max value from RGB is 254 - color contains mainly: blue. Hex color #5756FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5756FE is #A8A901. Grayscale: #686868. Windows color (decimal): -11053314 or 16668247. OLE color: 16668247.
HSL color Cylindrical-coordinate representation of color #5756FE: hue angle of 240.36º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5756FE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 86 | 254 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.00 |
| HSL | 240.36º | 0.99% | 0.67% | - |
| HSV(B) | 240.36º | 0.66% | 1% | - |
| XYZ | 25.15 | 15.84 | 95.5 | - |
| YUV | 105.45 | 211.83 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 86 | 254 | 0.66 | 0.66 | 0 | 0.00 | 240.36 | 0.99 | 0.67 |
| Hex | 57 | 56 | FE | 42 | 42 | 0 | 0 | F0 | 63 | 43 |
| Octal | 127 | 126 | 376 | 102 | 102 | 0 | 0 | 360 | 143 | 103 |
| Binary | 1010111 | 1010110 | 11111110 | 1000010 | 1000010 | 0 | 0 | 11110000 | 1100011 | 1000011 |
Color Harmonies of #5756FE
Complementary color
Monochromatic Colors of #5756FE
Black with #5756FE
Text Example
Text Example
White with #5756FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5756FE; }
p { color: rgb(87,86,254); }
H1.HeaderClassName
{
color: #5756FE;
}
.AnyTagClassName
{
color: #5756FE;
}
</style>
background-color css
<style>
a { background-color: #5756FE; }
a { background-color: rgb(87,86,254); }
div.DivClassName
{
background-color: #5756FE;
}
.BgClassName
{
background-color: #5756FE;
}
</style>
border-color css
<style>
span { border-color: #5756FE; }
span { border-color: rgb(87,86,254); }
td.TdClassName
{
border-color: #5756FE;
}
.TagClassName
{
border-color: #5756FE;
}
</style>