Shades of Neon Blue #545CFF
Tints of Neon Blue #545CFF
RGB
CMYK
RGB Variations
Color information
#545CFF (or 0x545CFF) is known color: Neon Blue. HEX triplet: 54, 5C and FF. RGB value is (84,92,255). Sum of RGB (Red+Green+Blue) = 84+92+255=431 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.49% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #545CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545CFF is #ABA300. Grayscale: #6B6B6B. Windows color (decimal): -11248385 or 16735316. OLE color: 16735316.
HSL color Cylindrical-coordinate representation of color #545CFF: hue angle of 237.19º 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 #545CFF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 92 | 255 | - |
| CMYK | 0.67 | 0.64 | 0 | 0 |
| HSL | 237.19º | 1% | 0.66% | - |
| HSV(B) | 237.19º | 0.67% | 1% | - |
| XYZ | 25.53 | 16.76 | 96.5 | - |
| YUV | 108.19 | 210.85 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 255 | 0.67 | 0.64 | 0 | 0 | 237.19 | 1 | 0.66 |
| Hex | 54 | 5C | FF | 43 | 40 | 0 | 0 | ED | 64 | 42 |
| Octal | 124 | 134 | 377 | 103 | 100 | 0 | 0 | 355 | 144 | 102 |
| Binary | 1010100 | 1011100 | 11111111 | 1000011 | 1000000 | 0 | 0 | 11101101 | 1100100 | 1000010 |
Color Harmonies of #545CFF
Complementary color
Monochromatic Colors of #545CFF
Black with #545CFF
Text Example
Text Example
White with #545CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CFF; }
p { color: rgb(84,92,255); }
H1.HeaderClassName
{
color: #545CFF;
}
.AnyTagClassName
{
color: #545CFF;
}
</style>
background-color css
<style>
a { background-color: #545CFF; }
a { background-color: rgb(84,92,255); }
div.DivClassName
{
background-color: #545CFF;
}
.BgClassName
{
background-color: #545CFF;
}
</style>
border-color css
<style>
span { border-color: #545CFF; }
span { border-color: rgb(84,92,255); }
td.TdClassName
{
border-color: #545CFF;
}
.TagClassName
{
border-color: #545CFF;
}
</style>