Shades of Neon Blue #1242FA
Tints of Neon Blue #1242FA
RGB
CMYK
RGB Variations
Color information
#1242FA (or 0x1242FA) is known color: Neon Blue. HEX triplet: 12, 42 and FA. RGB value is (18,66,250). Sum of RGB (Red+Green+Blue) = 18+66+250=334 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.39% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 250 (98.05% from 255 or 74.85% from 334); Max value from RGB is 250 - color contains mainly: blue. Hex color #1242FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1242FA is #EDBD05. Grayscale: #474747. Windows color (decimal): -15580422 or 16400914. OLE color: 16400914.
HSL color Cylindrical-coordinate representation of color #1242FA: hue angle of 227.59º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1242FA is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 18 | 66 | 250 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.02 |
| HSL | 227.59º | 0.96% | 0.53% | - |
| HSV(B) | 227.59º | 0.93% | 0.98% | - |
| XYZ | 19.45 | 10.93 | 91.53 | - |
| YUV | 72.62 | 228.1 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 66 | 250 | 0.93 | 0.74 | 0 | 0.02 | 227.59 | 0.96 | 0.53 |
| Hex | 12 | 42 | FA | 5D | 4A | 0 | 2 | E4 | 60 | 35 |
| Octal | 22 | 102 | 372 | 135 | 112 | 0 | 2 | 344 | 140 | 65 |
| Binary | 10010 | 1000010 | 11111010 | 1011101 | 1001010 | 0 | 10 | 11100100 | 1100000 | 110101 |
Color Harmonies of #1242FA
Complementary color
Monochromatic Colors of #1242FA
Black with #1242FA
Text Example
Text Example
White with #1242FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1242FA; }
p { color: rgb(18,66,250); }
H1.HeaderClassName
{
color: #1242FA;
}
.AnyTagClassName
{
color: #1242FA;
}
</style>
background-color css
<style>
a { background-color: #1242FA; }
a { background-color: rgb(18,66,250); }
div.DivClassName
{
background-color: #1242FA;
}
.BgClassName
{
background-color: #1242FA;
}
</style>
border-color css
<style>
span { border-color: #1242FA; }
span { border-color: rgb(18,66,250); }
td.TdClassName
{
border-color: #1242FA;
}
.TagClassName
{
border-color: #1242FA;
}
</style>