Shades of Neon Blue #5649FA
Tints of Neon Blue #5649FA
RGB
CMYK
RGB Variations
Color information
#5649FA (or 0x5649FA) is known color: Neon Blue. HEX triplet: 56, 49 and FA. RGB value is (86,73,250). Sum of RGB (Red+Green+Blue) = 86+73+250=409 (54% of max value = 765). Red value is 86 (33.98% from 255 or 21.03% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #5649FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5649FA is #A9B605. Grayscale: #606060. Windows color (decimal): -11122182 or 16402774. OLE color: 16402774.
HSL color Cylindrical-coordinate representation of color #5649FA: hue angle of 244.41º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5649FA is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 73 | 250 | - |
| CMYK | 0.66 | 0.71 | 0 | 0.02 |
| HSL | 244.41º | 0.95% | 0.63% | - |
| HSV(B) | 244.41º | 0.71% | 0.98% | - |
| XYZ | 23.48 | 13.65 | 91.84 | - |
| YUV | 97.07 | 214.31 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 250 | 0.66 | 0.71 | 0 | 0.02 | 244.41 | 0.95 | 0.63 |
| Hex | 56 | 49 | FA | 42 | 47 | 0 | 2 | F4 | 5F | 3F |
| Octal | 126 | 111 | 372 | 102 | 107 | 0 | 2 | 364 | 137 | 77 |
| Binary | 1010110 | 1001001 | 11111010 | 1000010 | 1000111 | 0 | 10 | 11110100 | 1011111 | 111111 |
Color Harmonies of #5649FA
Complementary color
Monochromatic Colors of #5649FA
Black with #5649FA
Text Example
Text Example
White with #5649FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5649FA; }
p { color: rgb(86,73,250); }
H1.HeaderClassName
{
color: #5649FA;
}
.AnyTagClassName
{
color: #5649FA;
}
</style>
background-color css
<style>
a { background-color: #5649FA; }
a { background-color: rgb(86,73,250); }
div.DivClassName
{
background-color: #5649FA;
}
.BgClassName
{
background-color: #5649FA;
}
</style>
border-color css
<style>
span { border-color: #5649FA; }
span { border-color: rgb(86,73,250); }
td.TdClassName
{
border-color: #5649FA;
}
.TagClassName
{
border-color: #5649FA;
}
</style>