Shades of Neon Blue #1E3DF7
Tints of Neon Blue #1E3DF7
RGB
CMYK
RGB Variations
Color information
#1E3DF7 (or 0x1E3DF7) is known color: Neon Blue. HEX triplet: 1E, 3D and F7. RGB value is (30,61,247). Sum of RGB (Red+Green+Blue) = 30+61+247=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 247 (96.88% from 255 or 73.08% from 338); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E3DF7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E3DF7 is #E1C208. Grayscale: #484848. Windows color (decimal): -14795273 or 16203038. OLE color: 16203038.
HSL color Cylindrical-coordinate representation of color #1E3DF7: hue angle of 231.43º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E3DF7 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 61 | 247 | - |
| CMYK | 0.88 | 0.75 | 0 | 0.03 |
| HSL | 231.43º | 0.93% | 0.54% | - |
| HSV(B) | 231.43º | 0.88% | 0.97% | - |
| XYZ | 18.99 | 10.33 | 88.99 | - |
| YUV | 72.94 | 226.23 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 61 | 247 | 0.88 | 0.75 | 0 | 0.03 | 231.43 | 0.93 | 0.54 |
| Hex | 1E | 3D | F7 | 58 | 4B | 0 | 3 | E7 | 5D | 36 |
| Octal | 36 | 75 | 367 | 130 | 113 | 0 | 3 | 347 | 135 | 66 |
| Binary | 11110 | 111101 | 11110111 | 1011000 | 1001011 | 0 | 11 | 11100111 | 1011101 | 110110 |
Color Harmonies of #1E3DF7
Complementary color
Monochromatic Colors of #1E3DF7
Black with #1E3DF7
Text Example
Text Example
White with #1E3DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3DF7; }
p { color: rgb(30,61,247); }
H1.HeaderClassName
{
color: #1E3DF7;
}
.AnyTagClassName
{
color: #1E3DF7;
}
</style>
background-color css
<style>
a { background-color: #1E3DF7; }
a { background-color: rgb(30,61,247); }
div.DivClassName
{
background-color: #1E3DF7;
}
.BgClassName
{
background-color: #1E3DF7;
}
</style>
border-color css
<style>
span { border-color: #1E3DF7; }
span { border-color: rgb(30,61,247); }
td.TdClassName
{
border-color: #1E3DF7;
}
.TagClassName
{
border-color: #1E3DF7;
}
</style>