Shades of Neon Blue #1E35FE
Tints of Neon Blue #1E35FE
RGB
CMYK
RGB Variations
Color information
#1E35FE (or 0x1E35FE) is known color: Neon Blue. HEX triplet: 1E, 35 and FE. RGB value is (30,53,254). Sum of RGB (Red+Green+Blue) = 30+53+254=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 254 (99.61% from 255 or 75.37% from 337); Max value from RGB is 254 - color contains mainly: blue. Hex color #1E35FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E35FE is #E1CA01. Grayscale: #444444. Windows color (decimal): -14797314 or 16659742. OLE color: 16659742.
HSL color Cylindrical-coordinate representation of color #1E35FE: hue angle of 233.84º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E35FE is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 30 | 53 | 254 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.00 |
| HSL | 233.84º | 0.99% | 0.56% | - |
| HSV(B) | 233.84º | 0.88% | 1% | - |
| XYZ | 19.7 | 9.98 | 94.65 | - |
| YUV | 69.04 | 232.38 | 100.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 254 | 0.88 | 0.79 | 0 | 0.00 | 233.84 | 0.99 | 0.56 |
| Hex | 1E | 35 | FE | 58 | 4F | 0 | 0 | EA | 63 | 38 |
| Octal | 36 | 65 | 376 | 130 | 117 | 0 | 0 | 352 | 143 | 70 |
| Binary | 11110 | 110101 | 11111110 | 1011000 | 1001111 | 0 | 0 | 11101010 | 1100011 | 111000 |
Color Harmonies of #1E35FE
Complementary color
Monochromatic Colors of #1E35FE
Black with #1E35FE
Text Example
Text Example
White with #1E35FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E35FE; }
p { color: rgb(30,53,254); }
H1.HeaderClassName
{
color: #1E35FE;
}
.AnyTagClassName
{
color: #1E35FE;
}
</style>
background-color css
<style>
a { background-color: #1E35FE; }
a { background-color: rgb(30,53,254); }
div.DivClassName
{
background-color: #1E35FE;
}
.BgClassName
{
background-color: #1E35FE;
}
</style>
border-color css
<style>
span { border-color: #1E35FE; }
span { border-color: rgb(30,53,254); }
td.TdClassName
{
border-color: #1E35FE;
}
.TagClassName
{
border-color: #1E35FE;
}
</style>