Shades of Neon Blue #1A42F6
Tints of Neon Blue #1A42F6
RGB
CMYK
RGB Variations
Color information
#1A42F6 (or 0x1A42F6) is known color: Neon Blue. HEX triplet: 1A, 42 and F6. RGB value is (26,66,246). Sum of RGB (Red+Green+Blue) = 26+66+246=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 66 (26.17% from 255 or 19.53% from 338); Blue value is 246 (96.48% from 255 or 72.78% from 338); Max value from RGB is 246 - color contains mainly: blue. Hex color #1A42F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A42F6 is #E5BD09. Grayscale: #494949. Windows color (decimal): -15056138 or 16138778. OLE color: 16138778.
HSL color Cylindrical-coordinate representation of color #1A42F6: hue angle of 229.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A42F6 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 26 | 66 | 246 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.04 |
| HSL | 229.09º | 0.92% | 0.53% | - |
| HSV(B) | 229.09º | 0.89% | 0.96% | - |
| XYZ | 19.01 | 10.77 | 88.27 | - |
| YUV | 74.56 | 224.75 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 246 | 0.89 | 0.73 | 0 | 0.04 | 229.09 | 0.92 | 0.53 |
| Hex | 1A | 42 | F6 | 59 | 49 | 0 | 4 | E5 | 5C | 35 |
| Octal | 32 | 102 | 366 | 131 | 111 | 0 | 4 | 345 | 134 | 65 |
| Binary | 11010 | 1000010 | 11110110 | 1011001 | 1001001 | 0 | 100 | 11100101 | 1011100 | 110101 |
Color Harmonies of #1A42F6
Complementary color
Monochromatic Colors of #1A42F6
Black with #1A42F6
Text Example
Text Example
White with #1A42F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A42F6; }
p { color: rgb(26,66,246); }
H1.HeaderClassName
{
color: #1A42F6;
}
.AnyTagClassName
{
color: #1A42F6;
}
</style>
background-color css
<style>
a { background-color: #1A42F6; }
a { background-color: rgb(26,66,246); }
div.DivClassName
{
background-color: #1A42F6;
}
.BgClassName
{
background-color: #1A42F6;
}
</style>
border-color css
<style>
span { border-color: #1A42F6; }
span { border-color: rgb(26,66,246); }
td.TdClassName
{
border-color: #1A42F6;
}
.TagClassName
{
border-color: #1A42F6;
}
</style>