Shades of Neon Blue #1246FD
Tints of Neon Blue #1246FD
RGB
CMYK
RGB Variations
Color information
#1246FD (or 0x1246FD) is known color: Neon Blue. HEX triplet: 12, 46 and FD. RGB value is (18,70,253). Sum of RGB (Red+Green+Blue) = 18+70+253=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 253 (99.22% from 255 or 74.19% from 341); Max value from RGB is 253 - color contains mainly: blue. Hex color #1246FD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1246FD is #EDB902. Grayscale: #4A4A4A. Windows color (decimal): -15579395 or 16598546. OLE color: 16598546.
HSL color Cylindrical-coordinate representation of color #1246FD: hue angle of 226.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1246FD is Cyan = 0.93, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 70 | 253 | - |
| CMYK | 0.93 | 0.72 | 0 | 0.01 |
| HSL | 226.72º | 0.98% | 0.53% | - |
| HSV(B) | 226.72º | 0.93% | 0.99% | - |
| XYZ | 20.17 | 11.6 | 94.1 | - |
| YUV | 75.31 | 228.27 | 87.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 70 | 253 | 0.93 | 0.72 | 0 | 0.01 | 226.72 | 0.98 | 0.53 |
| Hex | 12 | 46 | FD | 5D | 48 | 0 | 1 | E3 | 62 | 35 |
| Octal | 22 | 106 | 375 | 135 | 110 | 0 | 1 | 343 | 142 | 65 |
| Binary | 10010 | 1000110 | 11111101 | 1011101 | 1001000 | 0 | 1 | 11100011 | 1100010 | 110101 |
Color Harmonies of #1246FD
Complementary color
Monochromatic Colors of #1246FD
Black with #1246FD
Text Example
Text Example
White with #1246FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1246FD; }
p { color: rgb(18,70,253); }
H1.HeaderClassName
{
color: #1246FD;
}
.AnyTagClassName
{
color: #1246FD;
}
</style>
background-color css
<style>
a { background-color: #1246FD; }
a { background-color: rgb(18,70,253); }
div.DivClassName
{
background-color: #1246FD;
}
.BgClassName
{
background-color: #1246FD;
}
</style>
border-color css
<style>
span { border-color: #1246FD; }
span { border-color: rgb(18,70,253); }
td.TdClassName
{
border-color: #1246FD;
}
.TagClassName
{
border-color: #1246FD;
}
</style>