Shades of Neon Blue #1249FF
Tints of Neon Blue #1249FF
RGB
CMYK
RGB Variations
Color information
#1249FF (or 0x1249FF) is known color: Neon Blue. HEX triplet: 12, 49 and FF. RGB value is (18,73,255). Sum of RGB (Red+Green+Blue) = 18+73+255=346 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.20% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #1249FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1249FF is #EDB600. Grayscale: #4C4C4C. Windows color (decimal): -15578625 or 16730386. OLE color: 16730386.
HSL color Cylindrical-coordinate representation of color #1249FF: hue angle of 226.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1249FF is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 18 | 73 | 255 | - |
| CMYK | 0.93 | 0.71 | 0 | 0 |
| HSL | 226.08º | 1% | 0.54% | - |
| HSV(B) | 226.08º | 0.93% | 1% | - |
| XYZ | 20.68 | 12.11 | 95.86 | - |
| YUV | 77.3 | 228.28 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 73 | 255 | 0.93 | 0.71 | 0 | 0 | 226.08 | 1 | 0.54 |
| Hex | 12 | 49 | FF | 5D | 47 | 0 | 0 | E2 | 64 | 36 |
| Octal | 22 | 111 | 377 | 135 | 107 | 0 | 0 | 342 | 144 | 66 |
| Binary | 10010 | 1001001 | 11111111 | 1011101 | 1000111 | 0 | 0 | 11100010 | 1100100 | 110110 |
Color Harmonies of #1249FF
Complementary color
Monochromatic Colors of #1249FF
Black with #1249FF
Text Example
Text Example
White with #1249FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1249FF; }
p { color: rgb(18,73,255); }
H1.HeaderClassName
{
color: #1249FF;
}
.AnyTagClassName
{
color: #1249FF;
}
</style>
background-color css
<style>
a { background-color: #1249FF; }
a { background-color: rgb(18,73,255); }
div.DivClassName
{
background-color: #1249FF;
}
.BgClassName
{
background-color: #1249FF;
}
</style>
border-color css
<style>
span { border-color: #1249FF; }
span { border-color: rgb(18,73,255); }
td.TdClassName
{
border-color: #1249FF;
}
.TagClassName
{
border-color: #1249FF;
}
</style>