Shades of Neon Blue #545EF4
Tints of Neon Blue #545EF4
RGB
CMYK
RGB Variations
Color information
#545EF4 (or 0x545EF4) is known color: Neon Blue. HEX triplet: 54, 5E and F4. RGB value is (84,94,244). Sum of RGB (Red+Green+Blue) = 84+94+244=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 244 (95.70% from 255 or 57.82% from 422); Max value from RGB is 244 - color contains mainly: blue. Hex color #545EF4 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #545EF4 is #ABA10B. Grayscale: #6B6B6B. Windows color (decimal): -11247884 or 16014932. OLE color: 16014932.
HSL color Cylindrical-coordinate representation of color #545EF4: hue angle of 236.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #545EF4 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 94 | 244 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.04 |
| HSL | 236.25º | 0.88% | 0.64% | - |
| HSV(B) | 236.25º | 0.66% | 0.96% | - |
| XYZ | 23.99 | 16.42 | 87.49 | - |
| YUV | 108.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 94 | 244 | 0.66 | 0.61 | 0 | 0.04 | 236.25 | 0.88 | 0.64 |
| Hex | 54 | 5E | F4 | 42 | 3D | 0 | 4 | EC | 58 | 40 |
| Octal | 124 | 136 | 364 | 102 | 75 | 0 | 4 | 354 | 130 | 100 |
| Binary | 1010100 | 1011110 | 11110100 | 1000010 | 111101 | 0 | 100 | 11101100 | 1011000 | 1000000 |
Color Harmonies of #545EF4
Complementary color
Monochromatic Colors of #545EF4
Black with #545EF4
Text Example
Text Example
White with #545EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545EF4; }
p { color: rgb(84,94,244); }
H1.HeaderClassName
{
color: #545EF4;
}
.AnyTagClassName
{
color: #545EF4;
}
</style>
background-color css
<style>
a { background-color: #545EF4; }
a { background-color: rgb(84,94,244); }
div.DivClassName
{
background-color: #545EF4;
}
.BgClassName
{
background-color: #545EF4;
}
</style>
border-color css
<style>
span { border-color: #545EF4; }
span { border-color: rgb(84,94,244); }
td.TdClassName
{
border-color: #545EF4;
}
.TagClassName
{
border-color: #545EF4;
}
</style>