Shades of Neon Blue #1E35FA
Tints of Neon Blue #1E35FA
RGB
CMYK
RGB Variations
Color information
#1E35FA (or 0x1E35FA) is known color: Neon Blue. HEX triplet: 1E, 35 and FA. RGB value is (30,53,250). Sum of RGB (Red+Green+Blue) = 30+53+250=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 250 (98.05% from 255 or 75.08% from 333); Max value from RGB is 250 - color contains mainly: blue. Hex color #1E35FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E35FA is #E1CA05. Grayscale: #434343. Windows color (decimal): -14797318 or 16397598. OLE color: 16397598.
HSL color Cylindrical-coordinate representation of color #1E35FA: hue angle of 233.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E35FA is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 30 | 53 | 250 | - |
| CMYK | 0.88 | 0.79 | 0 | 0.02 |
| HSL | 233.73º | 0.96% | 0.55% | - |
| HSV(B) | 233.73º | 0.88% | 0.98% | - |
| XYZ | 19.06 | 9.72 | 91.31 | - |
| YUV | 68.58 | 230.38 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 250 | 0.88 | 0.79 | 0 | 0.02 | 233.73 | 0.96 | 0.55 |
| Hex | 1E | 35 | FA | 58 | 4F | 0 | 2 | EA | 60 | 37 |
| Octal | 36 | 65 | 372 | 130 | 117 | 0 | 2 | 352 | 140 | 67 |
| Binary | 11110 | 110101 | 11111010 | 1011000 | 1001111 | 0 | 10 | 11101010 | 1100000 | 110111 |
Color Harmonies of #1E35FA
Complementary color
Monochromatic Colors of #1E35FA
Black with #1E35FA
Text Example
Text Example
White with #1E35FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E35FA; }
p { color: rgb(30,53,250); }
H1.HeaderClassName
{
color: #1E35FA;
}
.AnyTagClassName
{
color: #1E35FA;
}
</style>
background-color css
<style>
a { background-color: #1E35FA; }
a { background-color: rgb(30,53,250); }
div.DivClassName
{
background-color: #1E35FA;
}
.BgClassName
{
background-color: #1E35FA;
}
</style>
border-color css
<style>
span { border-color: #1E35FA; }
span { border-color: rgb(30,53,250); }
td.TdClassName
{
border-color: #1E35FA;
}
.TagClassName
{
border-color: #1E35FA;
}
</style>