Shades of Neon Blue #545DF3
Tints of Neon Blue #545DF3
RGB
CMYK
RGB Variations
Color information
#545DF3 (or 0x545DF3) is known color: Neon Blue. HEX triplet: 54, 5D and F3. RGB value is (84,93,243). Sum of RGB (Red+Green+Blue) = 84+93+243=420 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 243 (95.31% from 255 or 57.86% from 420); Max value from RGB is 243 - color contains mainly: blue. Hex color #545DF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545DF3 is #ABA20C. Grayscale: #6A6A6A. Windows color (decimal): -11248141 or 15949140. OLE color: 15949140.
HSL color Cylindrical-coordinate representation of color #545DF3: hue angle of 236.6º degrees, saturation: 0.87, 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 #545DF3 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 93 | 243 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.05 |
| HSL | 236.6º | 0.87% | 0.64% | - |
| HSV(B) | 236.6º | 0.65% | 0.95% | - |
| XYZ | 23.75 | 16.18 | 86.67 | - |
| YUV | 107.41 | 204.52 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 243 | 0.65 | 0.62 | 0 | 0.05 | 236.6 | 0.87 | 0.64 |
| Hex | 54 | 5D | F3 | 41 | 3E | 0 | 5 | ED | 57 | 40 |
| Octal | 124 | 135 | 363 | 101 | 76 | 0 | 5 | 355 | 127 | 100 |
| Binary | 1010100 | 1011101 | 11110011 | 1000001 | 111110 | 0 | 101 | 11101101 | 1010111 | 1000000 |
Color Harmonies of #545DF3
Complementary color
Monochromatic Colors of #545DF3
Black with #545DF3
Text Example
Text Example
White with #545DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DF3; }
p { color: rgb(84,93,243); }
H1.HeaderClassName
{
color: #545DF3;
}
.AnyTagClassName
{
color: #545DF3;
}
</style>
background-color css
<style>
a { background-color: #545DF3; }
a { background-color: rgb(84,93,243); }
div.DivClassName
{
background-color: #545DF3;
}
.BgClassName
{
background-color: #545DF3;
}
</style>
border-color css
<style>
span { border-color: #545DF3; }
span { border-color: rgb(84,93,243); }
td.TdClassName
{
border-color: #545DF3;
}
.TagClassName
{
border-color: #545DF3;
}
</style>