Shades of Neon Blue #545CFC
Tints of Neon Blue #545CFC
RGB
CMYK
RGB Variations
Color information
#545CFC (or 0x545CFC) is known color: Neon Blue. HEX triplet: 54, 5C and FC. RGB value is (84,92,252). Sum of RGB (Red+Green+Blue) = 84+92+252=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 92 (36.33% from 255 or 21.50% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #545CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545CFC is #ABA303. Grayscale: #6B6B6B. Windows color (decimal): -11248388 or 16538708. OLE color: 16538708.
HSL color Cylindrical-coordinate representation of color #545CFC: hue angle of 237.14º 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 #545CFC is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 84 | 92 | 252 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.01 |
| HSL | 237.14º | 0.97% | 0.66% | - |
| HSV(B) | 237.14º | 0.67% | 0.99% | - |
| XYZ | 25.05 | 16.57 | 93.97 | - |
| YUV | 107.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 252 | 0.67 | 0.63 | 0 | 0.01 | 237.14 | 0.97 | 0.66 |
| Hex | 54 | 5C | FC | 43 | 3F | 0 | 1 | ED | 61 | 42 |
| Octal | 124 | 134 | 374 | 103 | 77 | 0 | 1 | 355 | 141 | 102 |
| Binary | 1010100 | 1011100 | 11111100 | 1000011 | 111111 | 0 | 1 | 11101101 | 1100001 | 1000010 |
Color Harmonies of #545CFC
Complementary color
Monochromatic Colors of #545CFC
Black with #545CFC
Text Example
Text Example
White with #545CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CFC; }
p { color: rgb(84,92,252); }
H1.HeaderClassName
{
color: #545CFC;
}
.AnyTagClassName
{
color: #545CFC;
}
</style>
background-color css
<style>
a { background-color: #545CFC; }
a { background-color: rgb(84,92,252); }
div.DivClassName
{
background-color: #545CFC;
}
.BgClassName
{
background-color: #545CFC;
}
</style>
border-color css
<style>
span { border-color: #545CFC; }
span { border-color: rgb(84,92,252); }
td.TdClassName
{
border-color: #545CFC;
}
.TagClassName
{
border-color: #545CFC;
}
</style>