Shades of Neon Blue #5444FF
Tints of Neon Blue #5444FF
RGB
CMYK
RGB Variations
Color information
#5444FF (or 0x5444FF) is known color: Neon Blue. HEX triplet: 54, 44 and FF. RGB value is (84,68,255). Sum of RGB (Red+Green+Blue) = 84+68+255=407 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.64% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 255 (100% from 255 or 62.65% from 407); Max value from RGB is 255 - color contains mainly: blue. Hex color #5444FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5444FF is #ABBB00. Grayscale: #5D5D5D. Windows color (decimal): -11254529 or 16729172. OLE color: 16729172.
HSL color Cylindrical-coordinate representation of color #5444FF: hue angle of 245.13º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5444FF is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 68 | 255 | - |
| CMYK | 0.67 | 0.73 | 0 | 0 |
| HSL | 245.13º | 1% | 0.63% | - |
| HSV(B) | 245.13º | 0.73% | 1% | - |
| XYZ | 23.77 | 13.24 | 95.91 | - |
| YUV | 94.1 | 218.8 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 255 | 0.67 | 0.73 | 0 | 0 | 245.13 | 1 | 0.63 |
| Hex | 54 | 44 | FF | 43 | 49 | 0 | 0 | F5 | 64 | 3F |
| Octal | 124 | 104 | 377 | 103 | 111 | 0 | 0 | 365 | 144 | 77 |
| Binary | 1010100 | 1000100 | 11111111 | 1000011 | 1001001 | 0 | 0 | 11110101 | 1100100 | 111111 |
Color Harmonies of #5444FF
Complementary color
Monochromatic Colors of #5444FF
Black with #5444FF
Text Example
Text Example
White with #5444FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5444FF; }
p { color: rgb(84,68,255); }
H1.HeaderClassName
{
color: #5444FF;
}
.AnyTagClassName
{
color: #5444FF;
}
</style>
background-color css
<style>
a { background-color: #5444FF; }
a { background-color: rgb(84,68,255); }
div.DivClassName
{
background-color: #5444FF;
}
.BgClassName
{
background-color: #5444FF;
}
</style>
border-color css
<style>
span { border-color: #5444FF; }
span { border-color: rgb(84,68,255); }
td.TdClassName
{
border-color: #5444FF;
}
.TagClassName
{
border-color: #5444FF;
}
</style>