Shades of Neon Blue #1E41F2
Tints of Neon Blue #1E41F2
RGB
CMYK
RGB Variations
Color information
#1E41F2 (or 0x1E41F2) is known color: Neon Blue. HEX triplet: 1E, 41 and F2. RGB value is (30,65,242). Sum of RGB (Red+Green+Blue) = 30+65+242=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 242 (94.92% from 255 or 71.81% from 337); Max value from RGB is 242 - color contains mainly: blue. Hex color #1E41F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E41F2 is #E1BE0D. Grayscale: #494949. Windows color (decimal): -14794254 or 15876382. OLE color: 15876382.
HSL color Cylindrical-coordinate representation of color #1E41F2: hue angle of 230.09º 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 #1E41F2 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 30 | 65 | 242 | - |
| CMYK | 0.88 | 0.73 | 0 | 0.05 |
| HSL | 230.09º | 0.89% | 0.53% | - |
| HSV(B) | 230.09º | 0.88% | 0.95% | - |
| XYZ | 18.45 | 10.47 | 85.05 | - |
| YUV | 74.71 | 222.4 | 96.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 65 | 242 | 0.88 | 0.73 | 0 | 0.05 | 230.09 | 0.89 | 0.53 |
| Hex | 1E | 41 | F2 | 58 | 49 | 0 | 5 | E6 | 59 | 35 |
| Octal | 36 | 101 | 362 | 130 | 111 | 0 | 5 | 346 | 131 | 65 |
| Binary | 11110 | 1000001 | 11110010 | 1011000 | 1001001 | 0 | 101 | 11100110 | 1011001 | 110101 |
Color Harmonies of #1E41F2
Complementary color
Monochromatic Colors of #1E41F2
Black with #1E41F2
Text Example
Text Example
White with #1E41F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E41F2; }
p { color: rgb(30,65,242); }
H1.HeaderClassName
{
color: #1E41F2;
}
.AnyTagClassName
{
color: #1E41F2;
}
</style>
background-color css
<style>
a { background-color: #1E41F2; }
a { background-color: rgb(30,65,242); }
div.DivClassName
{
background-color: #1E41F2;
}
.BgClassName
{
background-color: #1E41F2;
}
</style>
border-color css
<style>
span { border-color: #1E41F2; }
span { border-color: rgb(30,65,242); }
td.TdClassName
{
border-color: #1E41F2;
}
.TagClassName
{
border-color: #1E41F2;
}
</style>