Shades of Neon Blue #4945EF
Tints of Neon Blue #4945EF
RGB
CMYK
RGB Variations
Color information
#4945EF (or 0x4945EF) is known color: Neon Blue. HEX triplet: 49, 45 and EF. RGB value is (73,69,239). Sum of RGB (Red+Green+Blue) = 73+69+239=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #4945EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4945EF is #B6BA10. Grayscale: #585858. Windows color (decimal): -11975185 or 15680841. OLE color: 15680841.
HSL color Cylindrical-coordinate representation of color #4945EF: hue angle of 241.41º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4945EF is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 69 | 239 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.06 |
| HSL | 241.41º | 0.84% | 0.6% | - |
| HSV(B) | 241.41º | 0.71% | 0.94% | - |
| XYZ | 20.46 | 11.9 | 82.88 | - |
| YUV | 89.58 | 212.33 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 239 | 0.69 | 0.71 | 0 | 0.06 | 241.41 | 0.84 | 0.6 |
| Hex | 49 | 45 | EF | 45 | 47 | 0 | 6 | F1 | 54 | 3C |
| Octal | 111 | 105 | 357 | 105 | 107 | 0 | 6 | 361 | 124 | 74 |
| Binary | 1001001 | 1000101 | 11101111 | 1000101 | 1000111 | 0 | 110 | 11110001 | 1010100 | 111100 |
Color Harmonies of #4945EF
Complementary color
Monochromatic Colors of #4945EF
Black with #4945EF
Text Example
Text Example
White with #4945EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4945EF; }
p { color: rgb(73,69,239); }
H1.HeaderClassName
{
color: #4945EF;
}
.AnyTagClassName
{
color: #4945EF;
}
</style>
background-color css
<style>
a { background-color: #4945EF; }
a { background-color: rgb(73,69,239); }
div.DivClassName
{
background-color: #4945EF;
}
.BgClassName
{
background-color: #4945EF;
}
</style>
border-color css
<style>
span { border-color: #4945EF; }
span { border-color: rgb(73,69,239); }
td.TdClassName
{
border-color: #4945EF;
}
.TagClassName
{
border-color: #4945EF;
}
</style>