Shades of Neon Blue #1E30FC
Tints of Neon Blue #1E30FC
RGB
CMYK
RGB Variations
Color information
#1E30FC (or 0x1E30FC) is known color: Neon Blue. HEX triplet: 1E, 30 and FC. RGB value is (30,48,252). Sum of RGB (Red+Green+Blue) = 30+48+252=330 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.09% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 252 (98.83% from 255 or 76.36% from 330); Max value from RGB is 252 - color contains mainly: blue. Hex color #1E30FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1E30FC is #E1CF03. Grayscale: #414141. Windows color (decimal): -14798596 or 16527390. OLE color: 16527390.
HSL color Cylindrical-coordinate representation of color #1E30FC: hue angle of 235.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1E30FC is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 30 | 48 | 252 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.01 |
| HSL | 235.14º | 0.97% | 0.55% | - |
| HSV(B) | 235.14º | 0.88% | 0.99% | - |
| XYZ | 19.16 | 9.42 | 92.9 | - |
| YUV | 65.87 | 233.04 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 252 | 0.88 | 0.81 | 0 | 0.01 | 235.14 | 0.97 | 0.55 |
| Hex | 1E | 30 | FC | 58 | 51 | 0 | 1 | EB | 61 | 37 |
| Octal | 36 | 60 | 374 | 130 | 121 | 0 | 1 | 353 | 141 | 67 |
| Binary | 11110 | 110000 | 11111100 | 1011000 | 1010001 | 0 | 1 | 11101011 | 1100001 | 110111 |
Color Harmonies of #1E30FC
Complementary color
Monochromatic Colors of #1E30FC
Black with #1E30FC
Text Example
Text Example
White with #1E30FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E30FC; }
p { color: rgb(30,48,252); }
H1.HeaderClassName
{
color: #1E30FC;
}
.AnyTagClassName
{
color: #1E30FC;
}
</style>
background-color css
<style>
a { background-color: #1E30FC; }
a { background-color: rgb(30,48,252); }
div.DivClassName
{
background-color: #1E30FC;
}
.BgClassName
{
background-color: #1E30FC;
}
</style>
border-color css
<style>
span { border-color: #1E30FC; }
span { border-color: rgb(30,48,252); }
td.TdClassName
{
border-color: #1E30FC;
}
.TagClassName
{
border-color: #1E30FC;
}
</style>