Shades of Neon Blue #5640FF
Tints of Neon Blue #5640FF
RGB
CMYK
RGB Variations
Color information
#5640FF (or 0x5640FF) is known color: Neon Blue. HEX triplet: 56, 40 and FF. RGB value is (86,64,255). Sum of RGB (Red+Green+Blue) = 86+64+255=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #5640FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5640FF is #A9BF00. Grayscale: #5B5B5B. Windows color (decimal): -11124481 or 16728150. OLE color: 16728150.
HSL color Cylindrical-coordinate representation of color #5640FF: hue angle of 246.91º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5640FF is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 64 | 255 | - |
| CMYK | 0.66 | 0.75 | 0 | 0 |
| HSL | 246.91º | 1% | 0.63% | - |
| HSV(B) | 246.91º | 0.75% | 1% | - |
| XYZ | 23.72 | 12.87 | 95.84 | - |
| YUV | 92.35 | 219.79 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 64 | 255 | 0.66 | 0.75 | 0 | 0 | 246.91 | 1 | 0.63 |
| Hex | 56 | 40 | FF | 42 | 4B | 0 | 0 | F7 | 64 | 3F |
| Octal | 126 | 100 | 377 | 102 | 113 | 0 | 0 | 367 | 144 | 77 |
| Binary | 1010110 | 1000000 | 11111111 | 1000010 | 1001011 | 0 | 0 | 11110111 | 1100100 | 111111 |
Color Harmonies of #5640FF
Complementary color
Monochromatic Colors of #5640FF
Black with #5640FF
Text Example
Text Example
White with #5640FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5640FF; }
p { color: rgb(86,64,255); }
H1.HeaderClassName
{
color: #5640FF;
}
.AnyTagClassName
{
color: #5640FF;
}
</style>
background-color css
<style>
a { background-color: #5640FF; }
a { background-color: rgb(86,64,255); }
div.DivClassName
{
background-color: #5640FF;
}
.BgClassName
{
background-color: #5640FF;
}
</style>
border-color css
<style>
span { border-color: #5640FF; }
span { border-color: rgb(86,64,255); }
td.TdClassName
{
border-color: #5640FF;
}
.TagClassName
{
border-color: #5640FF;
}
</style>