Shades of Neon Blue #545DED
Tints of Neon Blue #545DED
RGB
CMYK
RGB Variations
Color information
#545DED (or 0x545DED) is known color: Neon Blue. HEX triplet: 54, 5D and ED. RGB value is (84,93,237). Sum of RGB (Red+Green+Blue) = 84+93+237=414 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.29% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #545DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DED is #ABA212. Grayscale: #6A6A6A. Windows color (decimal): -11248147 or 15555924. OLE color: 15555924.
HSL color Cylindrical-coordinate representation of color #545DED: hue angle of 236.47º 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 #545DED is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 93 | 237 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.07 |
| HSL | 236.47º | 0.81% | 0.63% | - |
| HSV(B) | 236.47º | 0.65% | 0.93% | - |
| XYZ | 22.86 | 15.83 | 81.97 | - |
| YUV | 106.73 | 201.52 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 237 | 0.65 | 0.61 | 0 | 0.07 | 236.47 | 0.81 | 0.63 |
| Hex | 54 | 5D | ED | 41 | 3D | 0 | 7 | EC | 51 | 3F |
| Octal | 124 | 135 | 355 | 101 | 75 | 0 | 7 | 354 | 121 | 77 |
| Binary | 1010100 | 1011101 | 11101101 | 1000001 | 111101 | 0 | 111 | 11101100 | 1010001 | 111111 |
Color Harmonies of #545DED
Complementary color
Monochromatic Colors of #545DED
Black with #545DED
Text Example
Text Example
White with #545DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DED; }
p { color: rgb(84,93,237); }
H1.HeaderClassName
{
color: #545DED;
}
.AnyTagClassName
{
color: #545DED;
}
</style>
background-color css
<style>
a { background-color: #545DED; }
a { background-color: rgb(84,93,237); }
div.DivClassName
{
background-color: #545DED;
}
.BgClassName
{
background-color: #545DED;
}
</style>
border-color css
<style>
span { border-color: #545DED; }
span { border-color: rgb(84,93,237); }
td.TdClassName
{
border-color: #545DED;
}
.TagClassName
{
border-color: #545DED;
}
</style>