Shades of Neon Blue #5644F9
Tints of Neon Blue #5644F9
RGB
CMYK
RGB Variations
Color information
#5644F9 (or 0x5644F9) is known color: Neon Blue. HEX triplet: 56, 44 and F9. RGB value is (86,68,249). Sum of RGB (Red+Green+Blue) = 86+68+249=403 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.34% from 403); Green value is 68 (26.95% from 255 or 16.87% from 403); Blue value is 249 (97.66% from 255 or 61.79% from 403); Max value from RGB is 249 - color contains mainly: blue. Hex color #5644F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5644F9 is #A9BB06. Grayscale: #5D5D5D. Windows color (decimal): -11123463 or 16335958. OLE color: 16335958.
HSL color Cylindrical-coordinate representation of color #5644F9: hue angle of 245.97º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5644F9 is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 86 | 68 | 249 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.02 |
| HSL | 245.97º | 0.94% | 0.62% | - |
| HSV(B) | 245.97º | 0.73% | 0.98% | - |
| XYZ | 23 | 12.95 | 90.91 | - |
| YUV | 94.02 | 215.46 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 249 | 0.65 | 0.73 | 0 | 0.02 | 245.97 | 0.94 | 0.62 |
| Hex | 56 | 44 | F9 | 41 | 49 | 0 | 2 | F6 | 5E | 3E |
| Octal | 126 | 104 | 371 | 101 | 111 | 0 | 2 | 366 | 136 | 76 |
| Binary | 1010110 | 1000100 | 11111001 | 1000001 | 1001001 | 0 | 10 | 11110110 | 1011110 | 111110 |
Color Harmonies of #5644F9
Complementary color
Monochromatic Colors of #5644F9
Black with #5644F9
Text Example
Text Example
White with #5644F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5644F9; }
p { color: rgb(86,68,249); }
H1.HeaderClassName
{
color: #5644F9;
}
.AnyTagClassName
{
color: #5644F9;
}
</style>
background-color css
<style>
a { background-color: #5644F9; }
a { background-color: rgb(86,68,249); }
div.DivClassName
{
background-color: #5644F9;
}
.BgClassName
{
background-color: #5644F9;
}
</style>
border-color css
<style>
span { border-color: #5644F9; }
span { border-color: rgb(86,68,249); }
td.TdClassName
{
border-color: #5644F9;
}
.TagClassName
{
border-color: #5644F9;
}
</style>