Shades of Neon Blue #5649FF
Tints of Neon Blue #5649FF
RGB
CMYK
RGB Variations
Color information
#5649FF (or 0x5649FF) is known color: Neon Blue. HEX triplet: 56, 49 and FF. RGB value is (86,73,255). Sum of RGB (Red+Green+Blue) = 86+73+255=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #5649FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5649FF is #A9B600. Grayscale: #606060. Windows color (decimal): -11122177 or 16730454. OLE color: 16730454.
HSL color Cylindrical-coordinate representation of color #5649FF: hue angle of 244.29º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5649FF is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 73 | 255 | - |
| CMYK | 0.66 | 0.71 | 0 | 0 |
| HSL | 244.29º | 1% | 0.64% | - |
| HSV(B) | 244.29º | 0.71% | 1% | - |
| XYZ | 24.27 | 13.96 | 96.02 | - |
| YUV | 97.64 | 216.81 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 255 | 0.66 | 0.71 | 0 | 0 | 244.29 | 1 | 0.64 |
| Hex | 56 | 49 | FF | 42 | 47 | 0 | 0 | F4 | 64 | 40 |
| Octal | 126 | 111 | 377 | 102 | 107 | 0 | 0 | 364 | 144 | 100 |
| Binary | 1010110 | 1001001 | 11111111 | 1000010 | 1000111 | 0 | 0 | 11110100 | 1100100 | 1000000 |
Color Harmonies of #5649FF
Complementary color
Monochromatic Colors of #5649FF
Black with #5649FF
Text Example
Text Example
White with #5649FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649FF; }
p { color: rgb(86,73,255); }
H1.HeaderClassName
{
color: #5649FF;
}
.AnyTagClassName
{
color: #5649FF;
}
</style>
background-color css
<style>
a { background-color: #5649FF; }
a { background-color: rgb(86,73,255); }
div.DivClassName
{
background-color: #5649FF;
}
.BgClassName
{
background-color: #5649FF;
}
</style>
border-color css
<style>
span { border-color: #5649FF; }
span { border-color: rgb(86,73,255); }
td.TdClassName
{
border-color: #5649FF;
}
.TagClassName
{
border-color: #5649FF;
}
</style>