Shades of Neon Blue #545DFC
Tints of Neon Blue #545DFC
RGB
CMYK
RGB Variations
Color information
#545DFC (or 0x545DFC) is known color: Neon Blue. HEX triplet: 54, 5D and FC. RGB value is (84,93,252). Sum of RGB (Red+Green+Blue) = 84+93+252=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #545DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DFC is #ABA203. Grayscale: #6B6B6B. Windows color (decimal): -11248132 or 16538964. OLE color: 16538964.
HSL color Cylindrical-coordinate representation of color #545DFC: hue angle of 236.79º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #545DFC is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 93 | 252 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.01 |
| HSL | 236.79º | 0.97% | 0.66% | - |
| HSV(B) | 236.79º | 0.67% | 0.99% | - |
| XYZ | 25.14 | 16.74 | 94 | - |
| YUV | 108.44 | 209.02 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 252 | 0.67 | 0.63 | 0 | 0.01 | 236.79 | 0.97 | 0.66 |
| Hex | 54 | 5D | FC | 43 | 3F | 0 | 1 | ED | 61 | 42 |
| Octal | 124 | 135 | 374 | 103 | 77 | 0 | 1 | 355 | 141 | 102 |
| Binary | 1010100 | 1011101 | 11111100 | 1000011 | 111111 | 0 | 1 | 11101101 | 1100001 | 1000010 |
Color Harmonies of #545DFC
Complementary color
Monochromatic Colors of #545DFC
Black with #545DFC
Text Example
Text Example
White with #545DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DFC; }
p { color: rgb(84,93,252); }
H1.HeaderClassName
{
color: #545DFC;
}
.AnyTagClassName
{
color: #545DFC;
}
</style>
background-color css
<style>
a { background-color: #545DFC; }
a { background-color: rgb(84,93,252); }
div.DivClassName
{
background-color: #545DFC;
}
.BgClassName
{
background-color: #545DFC;
}
</style>
border-color css
<style>
span { border-color: #545DFC; }
span { border-color: rgb(84,93,252); }
td.TdClassName
{
border-color: #545DFC;
}
.TagClassName
{
border-color: #545DFC;
}
</style>