Shades of Neon Blue #4A4EF1
Tints of Neon Blue #4A4EF1
RGB
CMYK
RGB Variations
Color information
#4A4EF1 (or 0x4A4EF1) is known color: Neon Blue. HEX triplet: 4A, 4E and F1. RGB value is (74,78,241). Sum of RGB (Red+Green+Blue) = 74+78+241=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 241 (94.53% from 255 or 61.32% from 393); Max value from RGB is 241 - color contains mainly: blue. Hex color #4A4EF1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A4EF1 is #B5B10E. Grayscale: #5E5E5E. Windows color (decimal): -11907343 or 15814218. OLE color: 15814218.
HSL color Cylindrical-coordinate representation of color #4A4EF1: hue angle of 238.56º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A4EF1 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 74 | 78 | 241 | - |
| CMYK | 0.69 | 0.68 | 0 | 0.05 |
| HSL | 238.56º | 0.86% | 0.62% | - |
| HSV(B) | 238.56º | 0.69% | 0.95% | - |
| XYZ | 21.43 | 13.26 | 84.65 | - |
| YUV | 95.39 | 210.17 | 112.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 78 | 241 | 0.69 | 0.68 | 0 | 0.05 | 238.56 | 0.86 | 0.62 |
| Hex | 4A | 4E | F1 | 45 | 44 | 0 | 5 | EF | 56 | 3E |
| Octal | 112 | 116 | 361 | 105 | 104 | 0 | 5 | 357 | 126 | 76 |
| Binary | 1001010 | 1001110 | 11110001 | 1000101 | 1000100 | 0 | 101 | 11101111 | 1010110 | 111110 |
Color Harmonies of #4A4EF1
Complementary color
Monochromatic Colors of #4A4EF1
Black with #4A4EF1
Text Example
Text Example
White with #4A4EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A4EF1; }
p { color: rgb(74,78,241); }
H1.HeaderClassName
{
color: #4A4EF1;
}
.AnyTagClassName
{
color: #4A4EF1;
}
</style>
background-color css
<style>
a { background-color: #4A4EF1; }
a { background-color: rgb(74,78,241); }
div.DivClassName
{
background-color: #4A4EF1;
}
.BgClassName
{
background-color: #4A4EF1;
}
</style>
border-color css
<style>
span { border-color: #4A4EF1; }
span { border-color: rgb(74,78,241); }
td.TdClassName
{
border-color: #4A4EF1;
}
.TagClassName
{
border-color: #4A4EF1;
}
</style>