Shades of Neon Blue #103EFE
Tints of Neon Blue #103EFE
RGB
CMYK
RGB Variations
Color information
#103EFE (or 0x103EFE) is known color: Neon Blue. HEX triplet: 10, 3E and FE. RGB value is (16,62,254). Sum of RGB (Red+Green+Blue) = 16+62+254=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 254 (99.61% from 255 or 76.51% from 332); Max value from RGB is 254 - color contains mainly: blue. Hex color #103EFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103EFE is #EFC101. Grayscale: #454545. Windows color (decimal): -15712514 or 16662032. OLE color: 16662032.
HSL color Cylindrical-coordinate representation of color #103EFE: hue angle of 228.4º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103EFE is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 62 | 254 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.00 |
| HSL | 228.4º | 0.99% | 0.53% | - |
| HSV(B) | 228.4º | 0.94% | 1% | - |
| XYZ | 19.83 | 10.71 | 94.79 | - |
| YUV | 70.13 | 231.76 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 62 | 254 | 0.94 | 0.76 | 0 | 0.00 | 228.4 | 0.99 | 0.53 |
| Hex | 10 | 3E | FE | 5E | 4C | 0 | 0 | E4 | 63 | 35 |
| Octal | 20 | 76 | 376 | 136 | 114 | 0 | 0 | 344 | 143 | 65 |
| Binary | 10000 | 111110 | 11111110 | 1011110 | 1001100 | 0 | 0 | 11100100 | 1100011 | 110101 |
Color Harmonies of #103EFE
Complementary color
Monochromatic Colors of #103EFE
Black with #103EFE
Text Example
Text Example
White with #103EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103EFE; }
p { color: rgb(16,62,254); }
H1.HeaderClassName
{
color: #103EFE;
}
.AnyTagClassName
{
color: #103EFE;
}
</style>
background-color css
<style>
a { background-color: #103EFE; }
a { background-color: rgb(16,62,254); }
div.DivClassName
{
background-color: #103EFE;
}
.BgClassName
{
background-color: #103EFE;
}
</style>
border-color css
<style>
span { border-color: #103EFE; }
span { border-color: rgb(16,62,254); }
td.TdClassName
{
border-color: #103EFE;
}
.TagClassName
{
border-color: #103EFE;
}
</style>