Shades of Neon Blue #544EEA
Tints of Neon Blue #544EEA
RGB
CMYK
RGB Variations
Color information
#544EEA (or 0x544EEA) is known color: Neon Blue. HEX triplet: 54, 4E and EA. RGB value is (84,78,234). Sum of RGB (Red+Green+Blue) = 84+78+234=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #544EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544EEA is #ABB115. Grayscale: #606060. Windows color (decimal): -11251990 or 15355476. OLE color: 15355476.
HSL color Cylindrical-coordinate representation of color #544EEA: hue angle of 242.31º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #544EEA is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 78 | 234 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.08 |
| HSL | 242.31º | 0.79% | 0.61% | - |
| HSV(B) | 242.31º | 0.67% | 0.92% | - |
| XYZ | 21.23 | 13.27 | 79.29 | - |
| YUV | 97.58 | 204.99 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 234 | 0.64 | 0.67 | 0 | 0.08 | 242.31 | 0.79 | 0.61 |
| Hex | 54 | 4E | EA | 40 | 43 | 0 | 8 | F2 | 4F | 3D |
| Octal | 124 | 116 | 352 | 100 | 103 | 0 | 10 | 362 | 117 | 75 |
| Binary | 1010100 | 1001110 | 11101010 | 1000000 | 1000011 | 0 | 1000 | 11110010 | 1001111 | 111101 |
Color Harmonies of #544EEA
Complementary color
Monochromatic Colors of #544EEA
Black with #544EEA
Text Example
Text Example
White with #544EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544EEA; }
p { color: rgb(84,78,234); }
H1.HeaderClassName
{
color: #544EEA;
}
.AnyTagClassName
{
color: #544EEA;
}
</style>
background-color css
<style>
a { background-color: #544EEA; }
a { background-color: rgb(84,78,234); }
div.DivClassName
{
background-color: #544EEA;
}
.BgClassName
{
background-color: #544EEA;
}
</style>
border-color css
<style>
span { border-color: #544EEA; }
span { border-color: rgb(84,78,234); }
td.TdClassName
{
border-color: #544EEA;
}
.TagClassName
{
border-color: #544EEA;
}
</style>