Shades of Neon Blue #5644FB
Tints of Neon Blue #5644FB
RGB
CMYK
RGB Variations
Color information
#5644FB (or 0x5644FB) is known color: Neon Blue. HEX triplet: 56, 44 and FB. RGB value is (86,68,251). Sum of RGB (Red+Green+Blue) = 86+68+251=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 68 (26.95% from 255 or 16.79% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #5644FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5644FB is #A9BB04. Grayscale: #5D5D5D. Windows color (decimal): -11123461 or 16467030. OLE color: 16467030.
HSL color Cylindrical-coordinate representation of color #5644FB: hue angle of 245.9º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5644FB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 68 | 251 | - |
| CMYK | 0.66 | 0.73 | 0 | 0.02 |
| HSL | 245.9º | 0.96% | 0.63% | - |
| HSV(B) | 245.9º | 0.73% | 0.98% | - |
| XYZ | 23.32 | 13.08 | 92.56 | - |
| YUV | 94.24 | 216.46 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 251 | 0.66 | 0.73 | 0 | 0.02 | 245.9 | 0.96 | 0.63 |
| Hex | 56 | 44 | FB | 42 | 49 | 0 | 2 | F6 | 60 | 3F |
| Octal | 126 | 104 | 373 | 102 | 111 | 0 | 2 | 366 | 140 | 77 |
| Binary | 1010110 | 1000100 | 11111011 | 1000010 | 1001001 | 0 | 10 | 11110110 | 1100000 | 111111 |
Color Harmonies of #5644FB
Complementary color
Monochromatic Colors of #5644FB
Black with #5644FB
Text Example
Text Example
White with #5644FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644FB; }
p { color: rgb(86,68,251); }
H1.HeaderClassName
{
color: #5644FB;
}
.AnyTagClassName
{
color: #5644FB;
}
</style>
background-color css
<style>
a { background-color: #5644FB; }
a { background-color: rgb(86,68,251); }
div.DivClassName
{
background-color: #5644FB;
}
.BgClassName
{
background-color: #5644FB;
}
</style>
border-color css
<style>
span { border-color: #5644FB; }
span { border-color: rgb(86,68,251); }
td.TdClassName
{
border-color: #5644FB;
}
.TagClassName
{
border-color: #5644FB;
}
</style>