Shades of Neon Blue #544EED
Tints of Neon Blue #544EED
RGB
CMYK
RGB Variations
Color information
#544EED (or 0x544EED) is known color: Neon Blue. HEX triplet: 54, 4E and ED. RGB value is (84,78,237). Sum of RGB (Red+Green+Blue) = 84+78+237=399 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.05% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 237 (92.97% from 255 or 59.40% from 399); Max value from RGB is 237 - color contains mainly: blue. Hex color #544EED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544EED is #ABB112. Grayscale: #616161. Windows color (decimal): -11251987 or 15552084. OLE color: 15552084.
HSL color Cylindrical-coordinate representation of color #544EED: hue angle of 242.26º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #544EED is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 78 | 237 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.07 |
| HSL | 242.26º | 0.82% | 0.62% | - |
| HSV(B) | 242.26º | 0.67% | 0.93% | - |
| XYZ | 21.67 | 13.45 | 81.57 | - |
| YUV | 97.92 | 206.49 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 237 | 0.65 | 0.67 | 0 | 0.07 | 242.26 | 0.82 | 0.62 |
| Hex | 54 | 4E | ED | 41 | 43 | 0 | 7 | F2 | 52 | 3E |
| Octal | 124 | 116 | 355 | 101 | 103 | 0 | 7 | 362 | 122 | 76 |
| Binary | 1010100 | 1001110 | 11101101 | 1000001 | 1000011 | 0 | 111 | 11110010 | 1010010 | 111110 |
Color Harmonies of #544EED
Complementary color
Monochromatic Colors of #544EED
Black with #544EED
Text Example
Text Example
White with #544EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544EED; }
p { color: rgb(84,78,237); }
H1.HeaderClassName
{
color: #544EED;
}
.AnyTagClassName
{
color: #544EED;
}
</style>
background-color css
<style>
a { background-color: #544EED; }
a { background-color: rgb(84,78,237); }
div.DivClassName
{
background-color: #544EED;
}
.BgClassName
{
background-color: #544EED;
}
</style>
border-color css
<style>
span { border-color: #544EED; }
span { border-color: rgb(84,78,237); }
td.TdClassName
{
border-color: #544EED;
}
.TagClassName
{
border-color: #544EED;
}
</style>