Shades of Neon Blue #544EEE
Tints of Neon Blue #544EEE
RGB
CMYK
RGB Variations
Color information
#544EEE (or 0x544EEE) is known color: Neon Blue. HEX triplet: 54, 4E and EE. RGB value is (84,78,238). Sum of RGB (Red+Green+Blue) = 84+78+238=400 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #544EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544EEE is #ABB111. Grayscale: #616161. Windows color (decimal): -11251986 or 15617620. OLE color: 15617620.
HSL color Cylindrical-coordinate representation of color #544EEE: hue angle of 242.25º 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 #544EEE is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 78 | 238 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.07 |
| HSL | 242.25º | 0.82% | 0.62% | - |
| HSV(B) | 242.25º | 0.67% | 0.93% | - |
| XYZ | 21.81 | 13.51 | 82.35 | - |
| YUV | 98.03 | 206.99 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 78 | 238 | 0.65 | 0.67 | 0 | 0.07 | 242.25 | 0.82 | 0.62 |
| Hex | 54 | 4E | EE | 41 | 43 | 0 | 7 | F2 | 52 | 3E |
| Octal | 124 | 116 | 356 | 101 | 103 | 0 | 7 | 362 | 122 | 76 |
| Binary | 1010100 | 1001110 | 11101110 | 1000001 | 1000011 | 0 | 111 | 11110010 | 1010010 | 111110 |
Color Harmonies of #544EEE
Complementary color
Monochromatic Colors of #544EEE
Black with #544EEE
Text Example
Text Example
White with #544EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544EEE; }
p { color: rgb(84,78,238); }
H1.HeaderClassName
{
color: #544EEE;
}
.AnyTagClassName
{
color: #544EEE;
}
</style>
background-color css
<style>
a { background-color: #544EEE; }
a { background-color: rgb(84,78,238); }
div.DivClassName
{
background-color: #544EEE;
}
.BgClassName
{
background-color: #544EEE;
}
</style>
border-color css
<style>
span { border-color: #544EEE; }
span { border-color: rgb(84,78,238); }
td.TdClassName
{
border-color: #544EEE;
}
.TagClassName
{
border-color: #544EEE;
}
</style>