Shades of Neon Blue #545DF1
Tints of Neon Blue #545DF1
RGB
CMYK
RGB Variations
Color information
#545DF1 (or 0x545DF1) is known color: Neon Blue. HEX triplet: 54, 5D and F1. RGB value is (84,93,241). Sum of RGB (Red+Green+Blue) = 84+93+241=418 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.10% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #545DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DF1 is #ABA20E. Grayscale: #6A6A6A. Windows color (decimal): -11248143 or 15818068. OLE color: 15818068.
HSL color Cylindrical-coordinate representation of color #545DF1: hue angle of 236.56º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #545DF1 is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 93 | 241 | - |
| CMYK | 0.65 | 0.61 | 0 | 0.05 |
| HSL | 236.56º | 0.85% | 0.64% | - |
| HSV(B) | 236.56º | 0.65% | 0.95% | - |
| XYZ | 23.45 | 16.06 | 85.08 | - |
| YUV | 107.18 | 203.52 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 241 | 0.65 | 0.61 | 0 | 0.05 | 236.56 | 0.85 | 0.64 |
| Hex | 54 | 5D | F1 | 41 | 3D | 0 | 5 | ED | 55 | 40 |
| Octal | 124 | 135 | 361 | 101 | 75 | 0 | 5 | 355 | 125 | 100 |
| Binary | 1010100 | 1011101 | 11110001 | 1000001 | 111101 | 0 | 101 | 11101101 | 1010101 | 1000000 |
Color Harmonies of #545DF1
Complementary color
Monochromatic Colors of #545DF1
Black with #545DF1
Text Example
Text Example
White with #545DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DF1; }
p { color: rgb(84,93,241); }
H1.HeaderClassName
{
color: #545DF1;
}
.AnyTagClassName
{
color: #545DF1;
}
</style>
background-color css
<style>
a { background-color: #545DF1; }
a { background-color: rgb(84,93,241); }
div.DivClassName
{
background-color: #545DF1;
}
.BgClassName
{
background-color: #545DF1;
}
</style>
border-color css
<style>
span { border-color: #545DF1; }
span { border-color: rgb(84,93,241); }
td.TdClassName
{
border-color: #545DF1;
}
.TagClassName
{
border-color: #545DF1;
}
</style>