Shades of Neon Blue #544EEF
Tints of Neon Blue #544EEF
RGB
CMYK
RGB Variations
Color information
#544EEF (or 0x544EEF) is known color: Neon Blue. HEX triplet: 54, 4E and EF. RGB value is (84,78,239). Sum of RGB (Red+Green+Blue) = 84+78+239=401 (53% of max value = 765). Red value is 84 (33.20% from 255 or 20.95% from 401); Green value is 78 (30.86% from 255 or 19.45% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #544EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544EEF is #ABB110. Grayscale: #616161. Windows color (decimal): -11251985 or 15683156. OLE color: 15683156.
HSL color Cylindrical-coordinate representation of color #544EEF: hue angle of 242.24º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #544EEF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 78 | 239 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.06 |
| HSL | 242.24º | 0.83% | 0.62% | - |
| HSV(B) | 242.24º | 0.67% | 0.94% | - |
| XYZ | 21.96 | 13.57 | 83.12 | - |
| YUV | 98.15 | 207.49 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 239 | 0.65 | 0.67 | 0 | 0.06 | 242.24 | 0.83 | 0.62 |
| Hex | 54 | 4E | EF | 41 | 43 | 0 | 6 | F2 | 53 | 3E |
| Octal | 124 | 116 | 357 | 101 | 103 | 0 | 6 | 362 | 123 | 76 |
| Binary | 1010100 | 1001110 | 11101111 | 1000001 | 1000011 | 0 | 110 | 11110010 | 1010011 | 111110 |
Color Harmonies of #544EEF
Complementary color
Monochromatic Colors of #544EEF
Black with #544EEF
Text Example
Text Example
White with #544EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544EEF; }
p { color: rgb(84,78,239); }
H1.HeaderClassName
{
color: #544EEF;
}
.AnyTagClassName
{
color: #544EEF;
}
</style>
background-color css
<style>
a { background-color: #544EEF; }
a { background-color: rgb(84,78,239); }
div.DivClassName
{
background-color: #544EEF;
}
.BgClassName
{
background-color: #544EEF;
}
</style>
border-color css
<style>
span { border-color: #544EEF; }
span { border-color: rgb(84,78,239); }
td.TdClassName
{
border-color: #544EEF;
}
.TagClassName
{
border-color: #544EEF;
}
</style>