Shades of Neon Blue #545DFE
Tints of Neon Blue #545DFE
RGB
CMYK
RGB Variations
Color information
#545DFE (or 0x545DFE) is known color: Neon Blue. HEX triplet: 54, 5D and FE. RGB value is (84,93,254). Sum of RGB (Red+Green+Blue) = 84+93+254=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 93 (36.72% from 255 or 21.58% from 431); Blue value is 254 (99.61% from 255 or 58.93% from 431); Max value from RGB is 254 - color contains mainly: blue. Hex color #545DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DFE is #ABA201. Grayscale: #6C6C6C. Windows color (decimal): -11248130 or 16670036. OLE color: 16670036.
HSL color Cylindrical-coordinate representation of color #545DFE: hue angle of 236.82º 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 #545DFE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 84 | 93 | 254 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.00 |
| HSL | 236.82º | 0.99% | 0.66% | - |
| HSV(B) | 236.82º | 0.67% | 1% | - |
| XYZ | 25.46 | 16.87 | 95.68 | - |
| YUV | 108.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 254 | 0.67 | 0.63 | 0 | 0.00 | 236.82 | 0.99 | 0.66 |
| Hex | 54 | 5D | FE | 43 | 3F | 0 | 0 | ED | 63 | 42 |
| Octal | 124 | 135 | 376 | 103 | 77 | 0 | 0 | 355 | 143 | 102 |
| Binary | 1010100 | 1011101 | 11111110 | 1000011 | 111111 | 0 | 0 | 11101101 | 1100011 | 1000010 |
Color Harmonies of #545DFE
Complementary color
Monochromatic Colors of #545DFE
Black with #545DFE
Text Example
Text Example
White with #545DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DFE; }
p { color: rgb(84,93,254); }
H1.HeaderClassName
{
color: #545DFE;
}
.AnyTagClassName
{
color: #545DFE;
}
</style>
background-color css
<style>
a { background-color: #545DFE; }
a { background-color: rgb(84,93,254); }
div.DivClassName
{
background-color: #545DFE;
}
.BgClassName
{
background-color: #545DFE;
}
</style>
border-color css
<style>
span { border-color: #545DFE; }
span { border-color: rgb(84,93,254); }
td.TdClassName
{
border-color: #545DFE;
}
.TagClassName
{
border-color: #545DFE;
}
</style>