Shades of Neon Blue #5647EF
Tints of Neon Blue #5647EF
RGB
CMYK
RGB Variations
Color information
#5647EF (or 0x5647EF) is known color: Neon Blue. HEX triplet: 56, 47 and EF. RGB value is (86,71,239). Sum of RGB (Red+Green+Blue) = 86+71+239=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #5647EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5647EF is #A9B810. Grayscale: #5D5D5D. Windows color (decimal): -11122705 or 15681366. OLE color: 15681366.
HSL color Cylindrical-coordinate representation of color #5647EF: hue angle of 245.36º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5647EF is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 86 | 71 | 239 | - |
| CMYK | 0.64 | 0.70 | 0 | 0.06 |
| HSL | 245.36º | 0.84% | 0.61% | - |
| HSV(B) | 245.36º | 0.7% | 0.94% | - |
| XYZ | 21.67 | 12.72 | 82.97 | - |
| YUV | 94.64 | 209.47 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 71 | 239 | 0.64 | 0.70 | 0 | 0.06 | 245.36 | 0.84 | 0.61 |
| Hex | 56 | 47 | EF | 40 | 46 | 0 | 6 | F5 | 54 | 3D |
| Octal | 126 | 107 | 357 | 100 | 106 | 0 | 6 | 365 | 124 | 75 |
| Binary | 1010110 | 1000111 | 11101111 | 1000000 | 1000110 | 0 | 110 | 11110101 | 1010100 | 111101 |
Color Harmonies of #5647EF
Complementary color
Monochromatic Colors of #5647EF
Black with #5647EF
Text Example
Text Example
White with #5647EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5647EF; }
p { color: rgb(86,71,239); }
H1.HeaderClassName
{
color: #5647EF;
}
.AnyTagClassName
{
color: #5647EF;
}
</style>
background-color css
<style>
a { background-color: #5647EF; }
a { background-color: rgb(86,71,239); }
div.DivClassName
{
background-color: #5647EF;
}
.BgClassName
{
background-color: #5647EF;
}
</style>
border-color css
<style>
span { border-color: #5647EF; }
span { border-color: rgb(86,71,239); }
td.TdClassName
{
border-color: #5647EF;
}
.TagClassName
{
border-color: #5647EF;
}
</style>