Shades of Neon Blue #5656FA
Tints of Neon Blue #5656FA
RGB
CMYK
RGB Variations
Color information
#5656FA (or 0x5656FA) is known color: Neon Blue. HEX triplet: 56, 56 and FA. RGB value is (86,86,250). Sum of RGB (Red+Green+Blue) = 86+86+250=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 86 (33.98% from 255 or 20.38% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #5656FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5656FA is #A9A905. Grayscale: #686868. Windows color (decimal): -11118854 or 16406102. OLE color: 16406102.
HSL color Cylindrical-coordinate representation of color #5656FA: hue angle of 240º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5656FA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 86 | 250 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.02 |
| HSL | 240º | 0.94% | 0.66% | - |
| HSV(B) | 240º | 0.66% | 0.98% | - |
| XYZ | 24.42 | 15.54 | 92.15 | - |
| YUV | 104.7 | 210 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 250 | 0.66 | 0.66 | 0 | 0.02 | 240 | 0.94 | 0.66 |
| Hex | 56 | 56 | FA | 42 | 42 | 0 | 2 | F0 | 5E | 42 |
| Octal | 126 | 126 | 372 | 102 | 102 | 0 | 2 | 360 | 136 | 102 |
| Binary | 1010110 | 1010110 | 11111010 | 1000010 | 1000010 | 0 | 10 | 11110000 | 1011110 | 1000010 |
Color Harmonies of #5656FA
Complementary color
Monochromatic Colors of #5656FA
Black with #5656FA
Text Example
Text Example
White with #5656FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5656FA; }
p { color: rgb(86,86,250); }
H1.HeaderClassName
{
color: #5656FA;
}
.AnyTagClassName
{
color: #5656FA;
}
</style>
background-color css
<style>
a { background-color: #5656FA; }
a { background-color: rgb(86,86,250); }
div.DivClassName
{
background-color: #5656FA;
}
.BgClassName
{
background-color: #5656FA;
}
</style>
border-color css
<style>
span { border-color: #5656FA; }
span { border-color: rgb(86,86,250); }
td.TdClassName
{
border-color: #5656FA;
}
.TagClassName
{
border-color: #5656FA;
}
</style>