Shades of Neon Blue #1E47F2
Tints of Neon Blue #1E47F2
RGB
CMYK
RGB Variations
Color information
#1E47F2 (or 0x1E47F2) is known color: Neon Blue. HEX triplet: 1E, 47 and F2. RGB value is (30,71,242). Sum of RGB (Red+Green+Blue) = 30+71+242=343 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.75% from 343); Green value is 71 (28.12% from 255 or 20.70% from 343); Blue value is 242 (94.92% from 255 or 70.55% from 343); Max value from RGB is 242 - color contains mainly: blue. Hex color #1E47F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E47F2 is #E1B80D. Grayscale: #4D4D4D. Windows color (decimal): -14792718 or 15877918. OLE color: 15877918.
HSL color Cylindrical-coordinate representation of color #1E47F2: hue angle of 228.4º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E47F2 is Cyan = 0.88, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 71 | 242 | - |
| CMYK | 0.88 | 0.71 | 0 | 0.05 |
| HSL | 228.4º | 0.89% | 0.53% | - |
| HSV(B) | 228.4º | 0.88% | 0.95% | - |
| XYZ | 18.82 | 11.19 | 85.17 | - |
| YUV | 78.24 | 220.42 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 71 | 242 | 0.88 | 0.71 | 0 | 0.05 | 228.4 | 0.89 | 0.53 |
| Hex | 1E | 47 | F2 | 58 | 47 | 0 | 5 | E4 | 59 | 35 |
| Octal | 36 | 107 | 362 | 130 | 107 | 0 | 5 | 344 | 131 | 65 |
| Binary | 11110 | 1000111 | 11110010 | 1011000 | 1000111 | 0 | 101 | 11100100 | 1011001 | 110101 |
Color Harmonies of #1E47F2
Complementary color
Monochromatic Colors of #1E47F2
Black with #1E47F2
Text Example
Text Example
White with #1E47F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E47F2; }
p { color: rgb(30,71,242); }
H1.HeaderClassName
{
color: #1E47F2;
}
.AnyTagClassName
{
color: #1E47F2;
}
</style>
background-color css
<style>
a { background-color: #1E47F2; }
a { background-color: rgb(30,71,242); }
div.DivClassName
{
background-color: #1E47F2;
}
.BgClassName
{
background-color: #1E47F2;
}
</style>
border-color css
<style>
span { border-color: #1E47F2; }
span { border-color: rgb(30,71,242); }
td.TdClassName
{
border-color: #1E47F2;
}
.TagClassName
{
border-color: #1E47F2;
}
</style>