Shades of Neon Blue #5647FB
Tints of Neon Blue #5647FB
RGB
CMYK
RGB Variations
Color information
#5647FB (or 0x5647FB) is known color: Neon Blue. HEX triplet: 56, 47 and FB. RGB value is (86,71,251). Sum of RGB (Red+Green+Blue) = 86+71+251=408 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.08% from 408); Green value is 71 (28.12% from 255 or 17.40% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #5647FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5647FB is #A9B804. Grayscale: #5F5F5F. Windows color (decimal): -11122693 or 16467798. OLE color: 16467798.
HSL color Cylindrical-coordinate representation of color #5647FB: hue angle of 245º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5647FB is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 71 | 251 | - |
| CMYK | 0.66 | 0.72 | 0 | 0.02 |
| HSL | 245º | 0.96% | 0.63% | - |
| HSV(B) | 245º | 0.72% | 0.98% | - |
| XYZ | 23.5 | 13.45 | 92.62 | - |
| YUV | 96.01 | 215.47 | 120.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 251 | 0.66 | 0.72 | 0 | 0.02 | 245 | 0.96 | 0.63 |
| Hex | 56 | 47 | FB | 42 | 48 | 0 | 2 | F5 | 60 | 3F |
| Octal | 126 | 107 | 373 | 102 | 110 | 0 | 2 | 365 | 140 | 77 |
| Binary | 1010110 | 1000111 | 11111011 | 1000010 | 1001000 | 0 | 10 | 11110101 | 1100000 | 111111 |
Color Harmonies of #5647FB
Complementary color
Monochromatic Colors of #5647FB
Black with #5647FB
Text Example
Text Example
White with #5647FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5647FB; }
p { color: rgb(86,71,251); }
H1.HeaderClassName
{
color: #5647FB;
}
.AnyTagClassName
{
color: #5647FB;
}
</style>
background-color css
<style>
a { background-color: #5647FB; }
a { background-color: rgb(86,71,251); }
div.DivClassName
{
background-color: #5647FB;
}
.BgClassName
{
background-color: #5647FB;
}
</style>
border-color css
<style>
span { border-color: #5647FB; }
span { border-color: rgb(86,71,251); }
td.TdClassName
{
border-color: #5647FB;
}
.TagClassName
{
border-color: #5647FB;
}
</style>