Shades of Neon Blue #5444FC
Tints of Neon Blue #5444FC
RGB
CMYK
RGB Variations
Color information
#5444FC (or 0x5444FC) is known color: Neon Blue. HEX triplet: 54, 44 and FC. RGB value is (84,68,252). Sum of RGB (Red+Green+Blue) = 84+68+252=404 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.79% from 404); Green value is 68 (26.95% from 255 or 16.83% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #5444FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5444FC is #ABBB03. Grayscale: #5D5D5D. Windows color (decimal): -11254532 or 16532564. OLE color: 16532564.
HSL color Cylindrical-coordinate representation of color #5444FC: hue angle of 245.22º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5444FC is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 68 | 252 | - |
| CMYK | 0.67 | 0.73 | 0 | 0.01 |
| HSL | 245.22º | 0.97% | 0.63% | - |
| HSV(B) | 245.22º | 0.73% | 0.99% | - |
| XYZ | 23.29 | 13.05 | 93.39 | - |
| YUV | 93.76 | 217.3 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 252 | 0.67 | 0.73 | 0 | 0.01 | 245.22 | 0.97 | 0.63 |
| Hex | 54 | 44 | FC | 43 | 49 | 0 | 1 | F5 | 61 | 3F |
| Octal | 124 | 104 | 374 | 103 | 111 | 0 | 1 | 365 | 141 | 77 |
| Binary | 1010100 | 1000100 | 11111100 | 1000011 | 1001001 | 0 | 1 | 11110101 | 1100001 | 111111 |
Color Harmonies of #5444FC
Complementary color
Monochromatic Colors of #5444FC
Black with #5444FC
Text Example
Text Example
White with #5444FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5444FC; }
p { color: rgb(84,68,252); }
H1.HeaderClassName
{
color: #5444FC;
}
.AnyTagClassName
{
color: #5444FC;
}
</style>
background-color css
<style>
a { background-color: #5444FC; }
a { background-color: rgb(84,68,252); }
div.DivClassName
{
background-color: #5444FC;
}
.BgClassName
{
background-color: #5444FC;
}
</style>
border-color css
<style>
span { border-color: #5444FC; }
span { border-color: rgb(84,68,252); }
td.TdClassName
{
border-color: #5444FC;
}
.TagClassName
{
border-color: #5444FC;
}
</style>