Shades of Neon Blue #545CF5
Tints of Neon Blue #545CF5
RGB
CMYK
RGB Variations
Color information
#545CF5 (or 0x545CF5) is known color: Neon Blue. HEX triplet: 54, 5C and F5. RGB value is (84,92,245). Sum of RGB (Red+Green+Blue) = 84+92+245=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 245 (96.09% from 255 or 58.19% from 421); Max value from RGB is 245 - color contains mainly: blue. Hex color #545CF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545CF5 is #ABA30A. Grayscale: #6A6A6A. Windows color (decimal): -11248395 or 16079956. OLE color: 16079956.
HSL color Cylindrical-coordinate representation of color #545CF5: hue angle of 237.02º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #545CF5 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 92 | 245 | - |
| CMYK | 0.66 | 0.62 | 0 | 0.04 |
| HSL | 237.02º | 0.89% | 0.65% | - |
| HSV(B) | 237.02º | 0.66% | 0.96% | - |
| XYZ | 23.96 | 16.13 | 88.24 | - |
| YUV | 107.05 | 205.85 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 245 | 0.66 | 0.62 | 0 | 0.04 | 237.02 | 0.89 | 0.65 |
| Hex | 54 | 5C | F5 | 42 | 3E | 0 | 4 | ED | 59 | 41 |
| Octal | 124 | 134 | 365 | 102 | 76 | 0 | 4 | 355 | 131 | 101 |
| Binary | 1010100 | 1011100 | 11110101 | 1000010 | 111110 | 0 | 100 | 11101101 | 1011001 | 1000001 |
Color Harmonies of #545CF5
Complementary color
Monochromatic Colors of #545CF5
Black with #545CF5
Text Example
Text Example
White with #545CF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CF5; }
p { color: rgb(84,92,245); }
H1.HeaderClassName
{
color: #545CF5;
}
.AnyTagClassName
{
color: #545CF5;
}
</style>
background-color css
<style>
a { background-color: #545CF5; }
a { background-color: rgb(84,92,245); }
div.DivClassName
{
background-color: #545CF5;
}
.BgClassName
{
background-color: #545CF5;
}
</style>
border-color css
<style>
span { border-color: #545CF5; }
span { border-color: rgb(84,92,245); }
td.TdClassName
{
border-color: #545CF5;
}
.TagClassName
{
border-color: #545CF5;
}
</style>