Shades of Neon Blue #545FED
Tints of Neon Blue #545FED
RGB
CMYK
RGB Variations
Color information
#545FED (or 0x545FED) is known color: Neon Blue. HEX triplet: 54, 5F and ED. RGB value is (84,95,237). Sum of RGB (Red+Green+Blue) = 84+95+237=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 95 (37.5% from 255 or 22.84% from 416); Blue value is 237 (92.97% from 255 or 56.97% from 416); Max value from RGB is 237 - color contains mainly: blue. Hex color #545FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545FED is #ABA012. Grayscale: #6B6B6B. Windows color (decimal): -11247635 or 15556436. OLE color: 15556436.
HSL color Cylindrical-coordinate representation of color #545FED: hue angle of 235.69º 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 #545FED is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 95 | 237 | - |
| CMYK | 0.65 | 0.60 | 0 | 0.07 |
| HSL | 235.69º | 0.81% | 0.63% | - |
| HSV(B) | 235.69º | 0.65% | 0.93% | - |
| XYZ | 23.03 | 16.18 | 82.03 | - |
| YUV | 107.9 | 200.86 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 95 | 237 | 0.65 | 0.60 | 0 | 0.07 | 235.69 | 0.81 | 0.63 |
| Hex | 54 | 5F | ED | 41 | 3C | 0 | 7 | EC | 51 | 3F |
| Octal | 124 | 137 | 355 | 101 | 74 | 0 | 7 | 354 | 121 | 77 |
| Binary | 1010100 | 1011111 | 11101101 | 1000001 | 111100 | 0 | 111 | 11101100 | 1010001 | 111111 |
Color Harmonies of #545FED
Complementary color
Monochromatic Colors of #545FED
Black with #545FED
Text Example
Text Example
White with #545FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545FED; }
p { color: rgb(84,95,237); }
H1.HeaderClassName
{
color: #545FED;
}
.AnyTagClassName
{
color: #545FED;
}
</style>
background-color css
<style>
a { background-color: #545FED; }
a { background-color: rgb(84,95,237); }
div.DivClassName
{
background-color: #545FED;
}
.BgClassName
{
background-color: #545FED;
}
</style>
border-color css
<style>
span { border-color: #545FED; }
span { border-color: rgb(84,95,237); }
td.TdClassName
{
border-color: #545FED;
}
.TagClassName
{
border-color: #545FED;
}
</style>