Shades of Neon Blue #5444EA
Tints of Neon Blue #5444EA
RGB
CMYK
RGB Variations
Color information
#5444EA (or 0x5444EA) is known color: Neon Blue. HEX triplet: 54, 44 and EA. RGB value is (84,68,234). Sum of RGB (Red+Green+Blue) = 84+68+234=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 234 (91.80% from 255 or 60.62% from 386); Max value from RGB is 234 - color contains mainly: blue. Hex color #5444EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5444EA is #ABBB15. Grayscale: #5B5B5B. Windows color (decimal): -11254550 or 15352916. OLE color: 15352916.
HSL color Cylindrical-coordinate representation of color #5444EA: hue angle of 245.78º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5444EA is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 68 | 234 | - |
| CMYK | 0.64 | 0.71 | 0 | 0.08 |
| HSL | 245.78º | 0.8% | 0.59% | - |
| HSV(B) | 245.78º | 0.71% | 0.92% | - |
| XYZ | 20.57 | 11.96 | 79.07 | - |
| YUV | 91.71 | 208.3 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 68 | 234 | 0.64 | 0.71 | 0 | 0.08 | 245.78 | 0.8 | 0.59 |
| Hex | 54 | 44 | EA | 40 | 47 | 0 | 8 | F6 | 50 | 3B |
| Octal | 124 | 104 | 352 | 100 | 107 | 0 | 10 | 366 | 120 | 73 |
| Binary | 1010100 | 1000100 | 11101010 | 1000000 | 1000111 | 0 | 1000 | 11110110 | 1010000 | 111011 |
Color Harmonies of #5444EA
Complementary color
Monochromatic Colors of #5444EA
Black with #5444EA
Text Example
Text Example
White with #5444EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5444EA; }
p { color: rgb(84,68,234); }
H1.HeaderClassName
{
color: #5444EA;
}
.AnyTagClassName
{
color: #5444EA;
}
</style>
background-color css
<style>
a { background-color: #5444EA; }
a { background-color: rgb(84,68,234); }
div.DivClassName
{
background-color: #5444EA;
}
.BgClassName
{
background-color: #5444EA;
}
</style>
border-color css
<style>
span { border-color: #5444EA; }
span { border-color: rgb(84,68,234); }
td.TdClassName
{
border-color: #5444EA;
}
.TagClassName
{
border-color: #5444EA;
}
</style>