Shades of Neon Blue #5656F3
Tints of Neon Blue #5656F3
RGB
CMYK
RGB Variations
Color information
#5656F3 (or 0x5656F3) is known color: Neon Blue. HEX triplet: 56, 56 and F3. RGB value is (86,86,243). Sum of RGB (Red+Green+Blue) = 86+86+243=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 86 (33.98% from 255 or 20.72% from 415); Blue value is 243 (95.31% from 255 or 58.55% from 415); Max value from RGB is 243 - color contains mainly: blue. Hex color #5656F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5656F3 is #A9A90C. Grayscale: #676767. Windows color (decimal): -11118861 or 15947350. OLE color: 15947350.
HSL color Cylindrical-coordinate representation of color #5656F3: hue angle of 240º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5656F3 is Cyan = 0.65, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 86 | 86 | 243 | - |
| CMYK | 0.65 | 0.65 | 0 | 0.05 |
| HSL | 240º | 0.87% | 0.65% | - |
| HSV(B) | 240º | 0.65% | 0.95% | - |
| XYZ | 23.34 | 15.11 | 86.48 | - |
| YUV | 103.9 | 206.5 | 115.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 86 | 243 | 0.65 | 0.65 | 0 | 0.05 | 240 | 0.87 | 0.65 |
| Hex | 56 | 56 | F3 | 41 | 41 | 0 | 5 | F0 | 57 | 41 |
| Octal | 126 | 126 | 363 | 101 | 101 | 0 | 5 | 360 | 127 | 101 |
| Binary | 1010110 | 1010110 | 11110011 | 1000001 | 1000001 | 0 | 101 | 11110000 | 1010111 | 1000001 |
Color Harmonies of #5656F3
Complementary color
Monochromatic Colors of #5656F3
Black with #5656F3
Text Example
Text Example
White with #5656F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5656F3; }
p { color: rgb(86,86,243); }
H1.HeaderClassName
{
color: #5656F3;
}
.AnyTagClassName
{
color: #5656F3;
}
</style>
background-color css
<style>
a { background-color: #5656F3; }
a { background-color: rgb(86,86,243); }
div.DivClassName
{
background-color: #5656F3;
}
.BgClassName
{
background-color: #5656F3;
}
</style>
border-color css
<style>
span { border-color: #5656F3; }
span { border-color: rgb(86,86,243); }
td.TdClassName
{
border-color: #5656F3;
}
.TagClassName
{
border-color: #5656F3;
}
</style>