Shades of Neon Blue #1E35FF
Tints of Neon Blue #1E35FF
RGB
CMYK
RGB Variations
Color information
#1E35FF (or 0x1E35FF) is known color: Neon Blue. HEX triplet: 1E, 35 and FF. RGB value is (30,53,255). Sum of RGB (Red+Green+Blue) = 30+53+255=338 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.88% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #1E35FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E35FF is #E1CA00. Grayscale: #444444. Windows color (decimal): -14797313 or 16725278. OLE color: 16725278.
HSL color Cylindrical-coordinate representation of color #1E35FF: hue angle of 233.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E35FF is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 30 | 53 | 255 | - |
| CMYK | 0.88 | 0.79 | 0 | 0 |
| HSL | 233.87º | 1% | 0.56% | - |
| HSV(B) | 233.87º | 0.88% | 1% | - |
| XYZ | 19.86 | 10.04 | 95.5 | - |
| YUV | 69.15 | 232.88 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 255 | 0.88 | 0.79 | 0 | 0 | 233.87 | 1 | 0.56 |
| Hex | 1E | 35 | FF | 58 | 4F | 0 | 0 | EA | 64 | 38 |
| Octal | 36 | 65 | 377 | 130 | 117 | 0 | 0 | 352 | 144 | 70 |
| Binary | 11110 | 110101 | 11111111 | 1011000 | 1001111 | 0 | 0 | 11101010 | 1100100 | 111000 |
Color Harmonies of #1E35FF
Complementary color
Monochromatic Colors of #1E35FF
Black with #1E35FF
Text Example
Text Example
White with #1E35FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E35FF; }
p { color: rgb(30,53,255); }
H1.HeaderClassName
{
color: #1E35FF;
}
.AnyTagClassName
{
color: #1E35FF;
}
</style>
background-color css
<style>
a { background-color: #1E35FF; }
a { background-color: rgb(30,53,255); }
div.DivClassName
{
background-color: #1E35FF;
}
.BgClassName
{
background-color: #1E35FF;
}
</style>
border-color css
<style>
span { border-color: #1E35FF; }
span { border-color: rgb(30,53,255); }
td.TdClassName
{
border-color: #1E35FF;
}
.TagClassName
{
border-color: #1E35FF;
}
</style>