Shades of Neon Blue #545CF0
Tints of Neon Blue #545CF0
RGB
CMYK
RGB Variations
Color information
#545CF0 (or 0x545CF0) is known color: Neon Blue. HEX triplet: 54, 5C and F0. RGB value is (84,92,240). Sum of RGB (Red+Green+Blue) = 84+92+240=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 240 (94.14% from 255 or 57.69% from 416); Max value from RGB is 240 - color contains mainly: blue. Hex color #545CF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545CF0 is #ABA30F. Grayscale: #696969. Windows color (decimal): -11248400 or 15752276. OLE color: 15752276.
HSL color Cylindrical-coordinate representation of color #545CF0: hue angle of 236.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #545CF0 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 92 | 240 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.06 |
| HSL | 236.92º | 0.84% | 0.64% | - |
| HSV(B) | 236.92º | 0.65% | 0.94% | - |
| XYZ | 23.21 | 15.83 | 84.27 | - |
| YUV | 106.48 | 203.35 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 240 | 0.65 | 0.62 | 0 | 0.06 | 236.92 | 0.84 | 0.64 |
| Hex | 54 | 5C | F0 | 41 | 3E | 0 | 6 | ED | 54 | 40 |
| Octal | 124 | 134 | 360 | 101 | 76 | 0 | 6 | 355 | 124 | 100 |
| Binary | 1010100 | 1011100 | 11110000 | 1000001 | 111110 | 0 | 110 | 11101101 | 1010100 | 1000000 |
Color Harmonies of #545CF0
Complementary color
Monochromatic Colors of #545CF0
Black with #545CF0
Text Example
Text Example
White with #545CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CF0; }
p { color: rgb(84,92,240); }
H1.HeaderClassName
{
color: #545CF0;
}
.AnyTagClassName
{
color: #545CF0;
}
</style>
background-color css
<style>
a { background-color: #545CF0; }
a { background-color: rgb(84,92,240); }
div.DivClassName
{
background-color: #545CF0;
}
.BgClassName
{
background-color: #545CF0;
}
</style>
border-color css
<style>
span { border-color: #545CF0; }
span { border-color: rgb(84,92,240); }
td.TdClassName
{
border-color: #545CF0;
}
.TagClassName
{
border-color: #545CF0;
}
</style>