Shades of Neon Blue #103FFE
Tints of Neon Blue #103FFE
RGB
CMYK
RGB Variations
Color information
#103FFE (or 0x103FFE) is known color: Neon Blue. HEX triplet: 10, 3F and FE. RGB value is (16,63,254). Sum of RGB (Red+Green+Blue) = 16+63+254=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 254 (99.61% from 255 or 76.28% from 333); Max value from RGB is 254 - color contains mainly: blue. Hex color #103FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103FFE is #EFC001. Grayscale: #454545. Windows color (decimal): -15712258 or 16662288. OLE color: 16662288.
HSL color Cylindrical-coordinate representation of color #103FFE: hue angle of 228.15º 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 #103FFE is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 63 | 254 | - |
| CMYK | 0.94 | 0.75 | 0 | 0.00 |
| HSL | 228.15º | 0.99% | 0.53% | - |
| HSV(B) | 228.15º | 0.94% | 1% | - |
| XYZ | 19.88 | 10.82 | 94.81 | - |
| YUV | 70.72 | 231.43 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 254 | 0.94 | 0.75 | 0 | 0.00 | 228.15 | 0.99 | 0.53 |
| Hex | 10 | 3F | FE | 5E | 4B | 0 | 0 | E4 | 63 | 35 |
| Octal | 20 | 77 | 376 | 136 | 113 | 0 | 0 | 344 | 143 | 65 |
| Binary | 10000 | 111111 | 11111110 | 1011110 | 1001011 | 0 | 0 | 11100100 | 1100011 | 110101 |
Color Harmonies of #103FFE
Complementary color
Monochromatic Colors of #103FFE
Black with #103FFE
Text Example
Text Example
White with #103FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FFE; }
p { color: rgb(16,63,254); }
H1.HeaderClassName
{
color: #103FFE;
}
.AnyTagClassName
{
color: #103FFE;
}
</style>
background-color css
<style>
a { background-color: #103FFE; }
a { background-color: rgb(16,63,254); }
div.DivClassName
{
background-color: #103FFE;
}
.BgClassName
{
background-color: #103FFE;
}
</style>
border-color css
<style>
span { border-color: #103FFE; }
span { border-color: rgb(16,63,254); }
td.TdClassName
{
border-color: #103FFE;
}
.TagClassName
{
border-color: #103FFE;
}
</style>