Shades of Neon Blue #545EFE
Tints of Neon Blue #545EFE
RGB
CMYK
RGB Variations
Color information
#545EFE (or 0x545EFE) is known color: Neon Blue. HEX triplet: 54, 5E and FE. RGB value is (84,94,254). Sum of RGB (Red+Green+Blue) = 84+94+254=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #545EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545EFE is #ABA101. Grayscale: #6C6C6C. Windows color (decimal): -11247874 or 16670292. OLE color: 16670292.
HSL color Cylindrical-coordinate representation of color #545EFE: hue angle of 236.47º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #545EFE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 94 | 254 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.00 |
| HSL | 236.47º | 0.99% | 0.66% | - |
| HSV(B) | 236.47º | 0.67% | 1% | - |
| XYZ | 25.55 | 17.05 | 95.71 | - |
| YUV | 109.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 254 | 0.67 | 0.63 | 0 | 0.00 | 236.47 | 0.99 | 0.66 |
| Hex | 54 | 5E | FE | 43 | 3F | 0 | 0 | EC | 63 | 42 |
| Octal | 124 | 136 | 376 | 103 | 77 | 0 | 0 | 354 | 143 | 102 |
| Binary | 1010100 | 1011110 | 11111110 | 1000011 | 111111 | 0 | 0 | 11101100 | 1100011 | 1000010 |
Color Harmonies of #545EFE
Complementary color
Monochromatic Colors of #545EFE
Black with #545EFE
Text Example
Text Example
White with #545EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EFE; }
p { color: rgb(84,94,254); }
H1.HeaderClassName
{
color: #545EFE;
}
.AnyTagClassName
{
color: #545EFE;
}
</style>
background-color css
<style>
a { background-color: #545EFE; }
a { background-color: rgb(84,94,254); }
div.DivClassName
{
background-color: #545EFE;
}
.BgClassName
{
background-color: #545EFE;
}
</style>
border-color css
<style>
span { border-color: #545EFE; }
span { border-color: rgb(84,94,254); }
td.TdClassName
{
border-color: #545EFE;
}
.TagClassName
{
border-color: #545EFE;
}
</style>