Shades of Neon Blue #545AED
Tints of Neon Blue #545AED
RGB
CMYK
RGB Variations
Color information
#545AED (or 0x545AED) is known color: Neon Blue. HEX triplet: 54, 5A and ED. RGB value is (84,90,237). Sum of RGB (Red+Green+Blue) = 84+90+237=411 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.44% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #545AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545AED is #ABA512. Grayscale: #686868. Windows color (decimal): -11248915 or 15555156. OLE color: 15555156.
HSL color Cylindrical-coordinate representation of color #545AED: hue angle of 237.65º degrees, saturation: 0.81, 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 #545AED is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 90 | 237 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.07 |
| HSL | 237.65º | 0.81% | 0.63% | - |
| HSV(B) | 237.65º | 0.65% | 0.93% | - |
| XYZ | 22.6 | 15.31 | 81.89 | - |
| YUV | 104.96 | 202.51 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 237 | 0.65 | 0.62 | 0 | 0.07 | 237.65 | 0.81 | 0.63 |
| Hex | 54 | 5A | ED | 41 | 3E | 0 | 7 | EE | 51 | 3F |
| Octal | 124 | 132 | 355 | 101 | 76 | 0 | 7 | 356 | 121 | 77 |
| Binary | 1010100 | 1011010 | 11101101 | 1000001 | 111110 | 0 | 111 | 11101110 | 1010001 | 111111 |
Color Harmonies of #545AED
Complementary color
Monochromatic Colors of #545AED
Black with #545AED
Text Example
Text Example
White with #545AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545AED; }
p { color: rgb(84,90,237); }
H1.HeaderClassName
{
color: #545AED;
}
.AnyTagClassName
{
color: #545AED;
}
</style>
background-color css
<style>
a { background-color: #545AED; }
a { background-color: rgb(84,90,237); }
div.DivClassName
{
background-color: #545AED;
}
.BgClassName
{
background-color: #545AED;
}
</style>
border-color css
<style>
span { border-color: #545AED; }
span { border-color: rgb(84,90,237); }
td.TdClassName
{
border-color: #545AED;
}
.TagClassName
{
border-color: #545AED;
}
</style>