Shades of Neon Blue #5656FE
Tints of Neon Blue #5656FE
RGB
CMYK
RGB Variations
Color information
#5656FE (or 0x5656FE) is known color: Neon Blue. HEX triplet: 56, 56 and FE. RGB value is (86,86,254). Sum of RGB (Red+Green+Blue) = 86+86+254=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #5656FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5656FE is #A9A901. Grayscale: #686868. Windows color (decimal): -11118850 or 16668246. OLE color: 16668246.
HSL color Cylindrical-coordinate representation of color #5656FE: hue angle of 240º 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 #5656FE is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 86 | 86 | 254 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.00 |
| HSL | 240º | 0.99% | 0.67% | - |
| HSV(B) | 240º | 0.66% | 1% | - |
| XYZ | 25.05 | 15.79 | 95.49 | - |
| YUV | 105.15 | 212 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 254 | 0.66 | 0.66 | 0 | 0.00 | 240 | 0.99 | 0.67 |
| Hex | 56 | 56 | FE | 42 | 42 | 0 | 0 | F0 | 63 | 43 |
| Octal | 126 | 126 | 376 | 102 | 102 | 0 | 0 | 360 | 143 | 103 |
| Binary | 1010110 | 1010110 | 11111110 | 1000010 | 1000010 | 0 | 0 | 11110000 | 1100011 | 1000011 |
Color Harmonies of #5656FE
Complementary color
Monochromatic Colors of #5656FE
Black with #5656FE
Text Example
Text Example
White with #5656FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5656FE; }
p { color: rgb(86,86,254); }
H1.HeaderClassName
{
color: #5656FE;
}
.AnyTagClassName
{
color: #5656FE;
}
</style>
background-color css
<style>
a { background-color: #5656FE; }
a { background-color: rgb(86,86,254); }
div.DivClassName
{
background-color: #5656FE;
}
.BgClassName
{
background-color: #5656FE;
}
</style>
border-color css
<style>
span { border-color: #5656FE; }
span { border-color: rgb(86,86,254); }
td.TdClassName
{
border-color: #5656FE;
}
.TagClassName
{
border-color: #5656FE;
}
</style>