Shades of Neon Blue #545DFF
Tints of Neon Blue #545DFF
RGB
CMYK
RGB Variations
Color information
#545DFF (or 0x545DFF) is known color: Neon Blue. HEX triplet: 54, 5D and FF. RGB value is (84,93,255). Sum of RGB (Red+Green+Blue) = 84+93+255=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 255 (100% from 255 or 59.03% from 432); Max value from RGB is 255 - color contains mainly: blue. Hex color #545DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DFF is #ABA200. Grayscale: #6C6C6C. Windows color (decimal): -11248129 or 16735572. OLE color: 16735572.
HSL color Cylindrical-coordinate representation of color #545DFF: hue angle of 236.84º 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 #545DFF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 93 | 255 | - |
| CMYK | 0.67 | 0.64 | 0 | 0 |
| HSL | 236.84º | 1% | 0.66% | - |
| HSV(B) | 236.84º | 0.67% | 1% | - |
| XYZ | 25.62 | 16.93 | 96.53 | - |
| YUV | 108.78 | 210.52 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 255 | 0.67 | 0.64 | 0 | 0 | 236.84 | 1 | 0.66 |
| Hex | 54 | 5D | FF | 43 | 40 | 0 | 0 | ED | 64 | 42 |
| Octal | 124 | 135 | 377 | 103 | 100 | 0 | 0 | 355 | 144 | 102 |
| Binary | 1010100 | 1011101 | 11111111 | 1000011 | 1000000 | 0 | 0 | 11101101 | 1100100 | 1000010 |
Color Harmonies of #545DFF
Complementary color
Monochromatic Colors of #545DFF
Black with #545DFF
Text Example
Text Example
White with #545DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DFF; }
p { color: rgb(84,93,255); }
H1.HeaderClassName
{
color: #545DFF;
}
.AnyTagClassName
{
color: #545DFF;
}
</style>
background-color css
<style>
a { background-color: #545DFF; }
a { background-color: rgb(84,93,255); }
div.DivClassName
{
background-color: #545DFF;
}
.BgClassName
{
background-color: #545DFF;
}
</style>
border-color css
<style>
span { border-color: #545DFF; }
span { border-color: rgb(84,93,255); }
td.TdClassName
{
border-color: #545DFF;
}
.TagClassName
{
border-color: #545DFF;
}
</style>