Shades of Neon Blue #545EFF
Tints of Neon Blue #545EFF
RGB
CMYK
RGB Variations
Color information
#545EFF (or 0x545EFF) is known color: Neon Blue. HEX triplet: 54, 5E and FF. RGB value is (84,94,255). Sum of RGB (Red+Green+Blue) = 84+94+255=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #545EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545EFF is #ABA100. Grayscale: #6C6C6C. Windows color (decimal): -11247873 or 16735828. OLE color: 16735828.
HSL color Cylindrical-coordinate representation of color #545EFF: hue angle of 236.49º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #545EFF is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 94 | 255 | - |
| CMYK | 0.67 | 0.63 | 0 | 0 |
| HSL | 236.49º | 1% | 0.66% | - |
| HSV(B) | 236.49º | 0.67% | 1% | - |
| XYZ | 25.71 | 17.11 | 96.56 | - |
| YUV | 109.36 | 210.19 | 109.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 255 | 0.67 | 0.63 | 0 | 0 | 236.49 | 1 | 0.66 |
| Hex | 54 | 5E | FF | 43 | 3F | 0 | 0 | EC | 64 | 42 |
| Octal | 124 | 136 | 377 | 103 | 77 | 0 | 0 | 354 | 144 | 102 |
| Binary | 1010100 | 1011110 | 11111111 | 1000011 | 111111 | 0 | 0 | 11101100 | 1100100 | 1000010 |
Color Harmonies of #545EFF
Complementary color
Monochromatic Colors of #545EFF
Black with #545EFF
Text Example
Text Example
White with #545EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EFF; }
p { color: rgb(84,94,255); }
H1.HeaderClassName
{
color: #545EFF;
}
.AnyTagClassName
{
color: #545EFF;
}
</style>
background-color css
<style>
a { background-color: #545EFF; }
a { background-color: rgb(84,94,255); }
div.DivClassName
{
background-color: #545EFF;
}
.BgClassName
{
background-color: #545EFF;
}
</style>
border-color css
<style>
span { border-color: #545EFF; }
span { border-color: rgb(84,94,255); }
td.TdClassName
{
border-color: #545EFF;
}
.TagClassName
{
border-color: #545EFF;
}
</style>