Shades of Neon Blue #545FEC
Tints of Neon Blue #545FEC
RGB
CMYK
RGB Variations
Color information
#545FEC (or 0x545FEC) is known color: Neon Blue. HEX triplet: 54, 5F and EC. RGB value is (84,95,236). Sum of RGB (Red+Green+Blue) = 84+95+236=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 236 (92.58% from 255 or 56.87% from 415); Max value from RGB is 236 - color contains mainly: blue. Hex color #545FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545FEC is #ABA013. Grayscale: #6B6B6B. Windows color (decimal): -11247636 or 15490900. OLE color: 15490900.
HSL color Cylindrical-coordinate representation of color #545FEC: hue angle of 235.66º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #545FEC is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 95 | 236 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.07 |
| HSL | 235.66º | 0.8% | 0.63% | - |
| HSV(B) | 235.66º | 0.64% | 0.93% | - |
| XYZ | 22.89 | 16.13 | 81.26 | - |
| YUV | 107.79 | 200.36 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 236 | 0.64 | 0.60 | 0 | 0.07 | 235.66 | 0.8 | 0.63 |
| Hex | 54 | 5F | EC | 40 | 3C | 0 | 7 | EC | 50 | 3F |
| Octal | 124 | 137 | 354 | 100 | 74 | 0 | 7 | 354 | 120 | 77 |
| Binary | 1010100 | 1011111 | 11101100 | 1000000 | 111100 | 0 | 111 | 11101100 | 1010000 | 111111 |
Color Harmonies of #545FEC
Complementary color
Monochromatic Colors of #545FEC
Black with #545FEC
Text Example
Text Example
White with #545FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FEC; }
p { color: rgb(84,95,236); }
H1.HeaderClassName
{
color: #545FEC;
}
.AnyTagClassName
{
color: #545FEC;
}
</style>
background-color css
<style>
a { background-color: #545FEC; }
a { background-color: rgb(84,95,236); }
div.DivClassName
{
background-color: #545FEC;
}
.BgClassName
{
background-color: #545FEC;
}
</style>
border-color css
<style>
span { border-color: #545FEC; }
span { border-color: rgb(84,95,236); }
td.TdClassName
{
border-color: #545FEC;
}
.TagClassName
{
border-color: #545FEC;
}
</style>