Shades of Neon Blue #1E35F7
Tints of Neon Blue #1E35F7
RGB
CMYK
RGB Variations
Color information
#1E35F7 (or 0x1E35F7) is known color: Neon Blue. HEX triplet: 1E, 35 and F7. RGB value is (30,53,247). Sum of RGB (Red+Green+Blue) = 30+53+247=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 247 (96.88% from 255 or 74.85% from 330); Max value from RGB is 247 - color contains mainly: blue. Hex color #1E35F7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E35F7 is #E1CA08. Grayscale: #434343. Windows color (decimal): -14797321 or 16200990. OLE color: 16200990.
HSL color Cylindrical-coordinate representation of color #1E35F7: hue angle of 233.64º 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 #1E35F7 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 30 | 53 | 247 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.03 |
| HSL | 233.64º | 0.93% | 0.54% | - |
| HSV(B) | 233.64º | 0.88% | 0.97% | - |
| XYZ | 18.6 | 9.54 | 88.86 | - |
| YUV | 68.24 | 228.88 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 247 | 0.88 | 0.79 | 0 | 0.03 | 233.64 | 0.93 | 0.54 |
| Hex | 1E | 35 | F7 | 58 | 4F | 0 | 3 | EA | 5D | 36 |
| Octal | 36 | 65 | 367 | 130 | 117 | 0 | 3 | 352 | 135 | 66 |
| Binary | 11110 | 110101 | 11110111 | 1011000 | 1001111 | 0 | 11 | 11101010 | 1011101 | 110110 |
Color Harmonies of #1E35F7
Complementary color
Monochromatic Colors of #1E35F7
Black with #1E35F7
Text Example
Text Example
White with #1E35F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E35F7; }
p { color: rgb(30,53,247); }
H1.HeaderClassName
{
color: #1E35F7;
}
.AnyTagClassName
{
color: #1E35F7;
}
</style>
background-color css
<style>
a { background-color: #1E35F7; }
a { background-color: rgb(30,53,247); }
div.DivClassName
{
background-color: #1E35F7;
}
.BgClassName
{
background-color: #1E35F7;
}
</style>
border-color css
<style>
span { border-color: #1E35F7; }
span { border-color: rgb(30,53,247); }
td.TdClassName
{
border-color: #1E35F7;
}
.TagClassName
{
border-color: #1E35F7;
}
</style>