Shades of Neon Blue #544EE5
Tints of Neon Blue #544EE5
RGB
CMYK
RGB Variations
Color information
#544EE5 (or 0x544EE5) is known color: Neon Blue. HEX triplet: 54, 4E and E5. RGB value is (84,78,229). Sum of RGB (Red+Green+Blue) = 84+78+229=391 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.48% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 229 (89.84% from 255 or 58.57% from 391); Max value from RGB is 229 - color contains mainly: blue. Hex color #544EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544EE5 is #ABB11A. Grayscale: #606060. Windows color (decimal): -11251995 or 15027796. OLE color: 15027796.
HSL color Cylindrical-coordinate representation of color #544EE5: hue angle of 242.38º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #544EE5 is Cyan = 0.63, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 78 | 229 | - |
| CMYK | 0.63 | 0.66 | 0 | 0.10 |
| HSL | 242.38º | 0.74% | 0.6% | - |
| HSV(B) | 242.38º | 0.66% | 0.9% | - |
| XYZ | 20.52 | 12.99 | 75.55 | - |
| YUV | 97.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 229 | 0.63 | 0.66 | 0 | 0.10 | 242.38 | 0.74 | 0.6 |
| Hex | 54 | 4E | E5 | 3F | 42 | 0 | A | F2 | 4A | 3C |
| Octal | 124 | 116 | 345 | 77 | 102 | 0 | 12 | 362 | 112 | 74 |
| Binary | 1010100 | 1001110 | 11100101 | 111111 | 1000010 | 0 | 1010 | 11110010 | 1001010 | 111100 |
Color Harmonies of #544EE5
Complementary color
Monochromatic Colors of #544EE5
Black with #544EE5
Text Example
Text Example
White with #544EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544EE5; }
p { color: rgb(84,78,229); }
H1.HeaderClassName
{
color: #544EE5;
}
.AnyTagClassName
{
color: #544EE5;
}
</style>
background-color css
<style>
a { background-color: #544EE5; }
a { background-color: rgb(84,78,229); }
div.DivClassName
{
background-color: #544EE5;
}
.BgClassName
{
background-color: #544EE5;
}
</style>
border-color css
<style>
span { border-color: #544EE5; }
span { border-color: rgb(84,78,229); }
td.TdClassName
{
border-color: #544EE5;
}
.TagClassName
{
border-color: #544EE5;
}
</style>