Shades of Neon Blue #5655FF
Tints of Neon Blue #5655FF
RGB
CMYK
RGB Variations
Color information
#5655FF (or 0x5655FF) is known color: Neon Blue. HEX triplet: 56, 55 and FF. RGB value is (86,85,255). Sum of RGB (Red+Green+Blue) = 86+85+255=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 255 (100% from 255 or 59.86% from 426); Max value from RGB is 255 - color contains mainly: blue. Hex color #5655FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5655FF is #A9AA00. Grayscale: #686868. Windows color (decimal): -11119105 or 16733526. OLE color: 16733526.
HSL color Cylindrical-coordinate representation of color #5655FF: hue angle of 240.35º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5655FF is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 85 | 255 | - |
| CMYK | 0.66 | 0.67 | 0 | 0 |
| HSL | 240.35º | 1% | 0.67% | - |
| HSV(B) | 240.35º | 0.67% | 1% | - |
| XYZ | 25.14 | 15.7 | 96.31 | - |
| YUV | 104.68 | 212.83 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 85 | 255 | 0.66 | 0.67 | 0 | 0 | 240.35 | 1 | 0.67 |
| Hex | 56 | 55 | FF | 42 | 43 | 0 | 0 | F0 | 64 | 43 |
| Octal | 126 | 125 | 377 | 102 | 103 | 0 | 0 | 360 | 144 | 103 |
| Binary | 1010110 | 1010101 | 11111111 | 1000010 | 1000011 | 0 | 0 | 11110000 | 1100100 | 1000011 |
Color Harmonies of #5655FF
Complementary color
Monochromatic Colors of #5655FF
Black with #5655FF
Text Example
Text Example
White with #5655FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5655FF; }
p { color: rgb(86,85,255); }
H1.HeaderClassName
{
color: #5655FF;
}
.AnyTagClassName
{
color: #5655FF;
}
</style>
background-color css
<style>
a { background-color: #5655FF; }
a { background-color: rgb(86,85,255); }
div.DivClassName
{
background-color: #5655FF;
}
.BgClassName
{
background-color: #5655FF;
}
</style>
border-color css
<style>
span { border-color: #5655FF; }
span { border-color: rgb(86,85,255); }
td.TdClassName
{
border-color: #5655FF;
}
.TagClassName
{
border-color: #5655FF;
}
</style>