Shades of Neon Blue #103FFF
Tints of Neon Blue #103FFF
RGB
CMYK
RGB Variations
Color information
#103FFF (or 0x103FFF) is known color: Neon Blue. HEX triplet: 10, 3F and FF. RGB value is (16,63,255). Sum of RGB (Red+Green+Blue) = 16+63+255=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 255 (100% from 255 or 76.35% from 334); Max value from RGB is 255 - color contains mainly: blue. Hex color #103FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103FFF is #EFC000. Grayscale: #464646. Windows color (decimal): -15712257 or 16727824. OLE color: 16727824.
HSL color Cylindrical-coordinate representation of color #103FFF: hue angle of 228.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #103FFF is Cyan = 0.94, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 63 | 255 | - |
| CMYK | 0.94 | 0.75 | 0 | 0 |
| HSL | 228.2º | 1% | 0.53% | - |
| HSV(B) | 228.2º | 0.94% | 1% | - |
| XYZ | 20.04 | 10.89 | 95.65 | - |
| YUV | 70.84 | 231.93 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 255 | 0.94 | 0.75 | 0 | 0 | 228.2 | 1 | 0.53 |
| Hex | 10 | 3F | FF | 5E | 4B | 0 | 0 | E4 | 64 | 35 |
| Octal | 20 | 77 | 377 | 136 | 113 | 0 | 0 | 344 | 144 | 65 |
| Binary | 10000 | 111111 | 11111111 | 1011110 | 1001011 | 0 | 0 | 11100100 | 1100100 | 110101 |
Color Harmonies of #103FFF
Complementary color
Monochromatic Colors of #103FFF
Black with #103FFF
Text Example
Text Example
White with #103FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FFF; }
p { color: rgb(16,63,255); }
H1.HeaderClassName
{
color: #103FFF;
}
.AnyTagClassName
{
color: #103FFF;
}
</style>
background-color css
<style>
a { background-color: #103FFF; }
a { background-color: rgb(16,63,255); }
div.DivClassName
{
background-color: #103FFF;
}
.BgClassName
{
background-color: #103FFF;
}
</style>
border-color css
<style>
span { border-color: #103FFF; }
span { border-color: rgb(16,63,255); }
td.TdClassName
{
border-color: #103FFF;
}
.TagClassName
{
border-color: #103FFF;
}
</style>