Shades of Neon Blue #545EEE
Tints of Neon Blue #545EEE
RGB
CMYK
RGB Variations
Color information
#545EEE (or 0x545EEE) is known color: Neon Blue. HEX triplet: 54, 5E and EE. RGB value is (84,94,238). Sum of RGB (Red+Green+Blue) = 84+94+238=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 238 (93.36% from 255 or 57.21% from 416); Max value from RGB is 238 - color contains mainly: blue. Hex color #545EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545EEE is #ABA111. Grayscale: #6A6A6A. Windows color (decimal): -11247890 or 15621716. OLE color: 15621716.
HSL color Cylindrical-coordinate representation of color #545EEE: hue angle of 236.1º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #545EEE is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 94 | 238 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.07 |
| HSL | 236.1º | 0.82% | 0.63% | - |
| HSV(B) | 236.1º | 0.65% | 0.93% | - |
| XYZ | 23.09 | 16.06 | 82.77 | - |
| YUV | 107.43 | 201.69 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 238 | 0.65 | 0.61 | 0 | 0.07 | 236.1 | 0.82 | 0.63 |
| Hex | 54 | 5E | EE | 41 | 3D | 0 | 7 | EC | 52 | 3F |
| Octal | 124 | 136 | 356 | 101 | 75 | 0 | 7 | 354 | 122 | 77 |
| Binary | 1010100 | 1011110 | 11101110 | 1000001 | 111101 | 0 | 111 | 11101100 | 1010010 | 111111 |
Color Harmonies of #545EEE
Complementary color
Monochromatic Colors of #545EEE
Black with #545EEE
Text Example
Text Example
White with #545EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EEE; }
p { color: rgb(84,94,238); }
H1.HeaderClassName
{
color: #545EEE;
}
.AnyTagClassName
{
color: #545EEE;
}
</style>
background-color css
<style>
a { background-color: #545EEE; }
a { background-color: rgb(84,94,238); }
div.DivClassName
{
background-color: #545EEE;
}
.BgClassName
{
background-color: #545EEE;
}
</style>
border-color css
<style>
span { border-color: #545EEE; }
span { border-color: rgb(84,94,238); }
td.TdClassName
{
border-color: #545EEE;
}
.TagClassName
{
border-color: #545EEE;
}
</style>