Shades of Neon Blue #5655F0
Tints of Neon Blue #5655F0
RGB
CMYK
RGB Variations
Color information
#5655F0 (or 0x5655F0) is known color: Neon Blue. HEX triplet: 56, 55 and F0. RGB value is (86,85,240). Sum of RGB (Red+Green+Blue) = 86+85+240=411 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.92% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 240 (94.14% from 255 or 58.39% from 411); Max value from RGB is 240 - color contains mainly: blue. Hex color #5655F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655F0 is #A9AA0F. Grayscale: #666666. Windows color (decimal): -11119120 or 15750486. OLE color: 15750486.
HSL color Cylindrical-coordinate representation of color #5655F0: hue angle of 240.39º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5655F0 is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 85 | 240 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.06 |
| HSL | 240.39º | 0.84% | 0.64% | - |
| HSV(B) | 240.39º | 0.65% | 0.94% | - |
| XYZ | 22.81 | 14.77 | 84.09 | - |
| YUV | 102.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 240 | 0.64 | 0.65 | 0 | 0.06 | 240.39 | 0.84 | 0.64 |
| Hex | 56 | 55 | F0 | 40 | 41 | 0 | 6 | F0 | 54 | 40 |
| Octal | 126 | 125 | 360 | 100 | 101 | 0 | 6 | 360 | 124 | 100 |
| Binary | 1010110 | 1010101 | 11110000 | 1000000 | 1000001 | 0 | 110 | 11110000 | 1010100 | 1000000 |
Color Harmonies of #5655F0
Complementary color
Monochromatic Colors of #5655F0
Black with #5655F0
Text Example
Text Example
White with #5655F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655F0; }
p { color: rgb(86,85,240); }
H1.HeaderClassName
{
color: #5655F0;
}
.AnyTagClassName
{
color: #5655F0;
}
</style>
background-color css
<style>
a { background-color: #5655F0; }
a { background-color: rgb(86,85,240); }
div.DivClassName
{
background-color: #5655F0;
}
.BgClassName
{
background-color: #5655F0;
}
</style>
border-color css
<style>
span { border-color: #5655F0; }
span { border-color: rgb(86,85,240); }
td.TdClassName
{
border-color: #5655F0;
}
.TagClassName
{
border-color: #5655F0;
}
</style>