Shades of Neon Blue #1A41F3
Tints of Neon Blue #1A41F3
RGB
CMYK
RGB Variations
Color information
#1A41F3 (or 0x1A41F3) is known color: Neon Blue. HEX triplet: 1A, 41 and F3. RGB value is (26,65,243). Sum of RGB (Red+Green+Blue) = 26+65+243=334 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.78% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 243 (95.31% from 255 or 72.75% from 334); Max value from RGB is 243 - color contains mainly: blue. Hex color #1A41F3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A41F3 is #E5BE0C. Grayscale: #484848. Windows color (decimal): -15056397 or 15941914. OLE color: 15941914.
HSL color Cylindrical-coordinate representation of color #1A41F3: hue angle of 229.22º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1A41F3 is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 26 | 65 | 243 | - |
| CMYK | 0.89 | 0.73 | 0 | 0.05 |
| HSL | 229.22º | 0.9% | 0.53% | - |
| HSV(B) | 229.22º | 0.89% | 0.95% | - |
| XYZ | 18.49 | 10.47 | 85.84 | - |
| YUV | 73.63 | 223.58 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 65 | 243 | 0.89 | 0.73 | 0 | 0.05 | 229.22 | 0.9 | 0.53 |
| Hex | 1A | 41 | F3 | 59 | 49 | 0 | 5 | E5 | 5A | 35 |
| Octal | 32 | 101 | 363 | 131 | 111 | 0 | 5 | 345 | 132 | 65 |
| Binary | 11010 | 1000001 | 11110011 | 1011001 | 1001001 | 0 | 101 | 11100101 | 1011010 | 110101 |
Color Harmonies of #1A41F3
Complementary color
Monochromatic Colors of #1A41F3
Black with #1A41F3
Text Example
Text Example
White with #1A41F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A41F3; }
p { color: rgb(26,65,243); }
H1.HeaderClassName
{
color: #1A41F3;
}
.AnyTagClassName
{
color: #1A41F3;
}
</style>
background-color css
<style>
a { background-color: #1A41F3; }
a { background-color: rgb(26,65,243); }
div.DivClassName
{
background-color: #1A41F3;
}
.BgClassName
{
background-color: #1A41F3;
}
</style>
border-color css
<style>
span { border-color: #1A41F3; }
span { border-color: rgb(26,65,243); }
td.TdClassName
{
border-color: #1A41F3;
}
.TagClassName
{
border-color: #1A41F3;
}
</style>