Shades of Neon Blue #544DFE
Tints of Neon Blue #544DFE
RGB
CMYK
RGB Variations
Color information
#544DFE (or 0x544DFE) is known color: Neon Blue. HEX triplet: 54, 4D and FE. RGB value is (84,77,254). Sum of RGB (Red+Green+Blue) = 84+77+254=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 77 (30.47% from 255 or 18.55% from 415); Blue value is 254 (99.61% from 255 or 61.20% from 415); Max value from RGB is 254 - color contains mainly: blue. Hex color #544DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #544DFE is #ABB201. Grayscale: #626262. Windows color (decimal): -11252226 or 16665940. OLE color: 16665940.
HSL color Cylindrical-coordinate representation of color #544DFE: hue angle of 242.37º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #544DFE is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 77 | 254 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.00 |
| HSL | 242.37º | 0.99% | 0.65% | - |
| HSV(B) | 242.37º | 0.7% | 1% | - |
| XYZ | 24.2 | 14.35 | 95.26 | - |
| YUV | 99.27 | 215.32 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 254 | 0.67 | 0.70 | 0 | 0.00 | 242.37 | 0.99 | 0.65 |
| Hex | 54 | 4D | FE | 43 | 46 | 0 | 0 | F2 | 63 | 41 |
| Octal | 124 | 115 | 376 | 103 | 106 | 0 | 0 | 362 | 143 | 101 |
| Binary | 1010100 | 1001101 | 11111110 | 1000011 | 1000110 | 0 | 0 | 11110010 | 1100011 | 1000001 |
Color Harmonies of #544DFE
Complementary color
Monochromatic Colors of #544DFE
Black with #544DFE
Text Example
Text Example
White with #544DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DFE; }
p { color: rgb(84,77,254); }
H1.HeaderClassName
{
color: #544DFE;
}
.AnyTagClassName
{
color: #544DFE;
}
</style>
background-color css
<style>
a { background-color: #544DFE; }
a { background-color: rgb(84,77,254); }
div.DivClassName
{
background-color: #544DFE;
}
.BgClassName
{
background-color: #544DFE;
}
</style>
border-color css
<style>
span { border-color: #544DFE; }
span { border-color: rgb(84,77,254); }
td.TdClassName
{
border-color: #544DFE;
}
.TagClassName
{
border-color: #544DFE;
}
</style>