Shades of Neon Blue #1A40FB
Tints of Neon Blue #1A40FB
RGB
CMYK
RGB Variations
Color information
#1A40FB (or 0x1A40FB) is known color: Neon Blue. HEX triplet: 1A, 40 and FB. RGB value is (26,64,251). Sum of RGB (Red+Green+Blue) = 26+64+251=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A40FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A40FB is #E5BF04. Grayscale: #494949. Windows color (decimal): -15056645 or 16465946. OLE color: 16465946.
HSL color Cylindrical-coordinate representation of color #1A40FB: hue angle of 229.87º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A40FB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 64 | 251 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.02 |
| HSL | 229.87º | 0.97% | 0.54% | - |
| HSV(B) | 229.87º | 0.9% | 0.98% | - |
| XYZ | 19.67 | 10.85 | 92.32 | - |
| YUV | 73.96 | 227.91 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 251 | 0.90 | 0.75 | 0 | 0.02 | 229.87 | 0.97 | 0.54 |
| Hex | 1A | 40 | FB | 5A | 4B | 0 | 2 | E6 | 61 | 36 |
| Octal | 32 | 100 | 373 | 132 | 113 | 0 | 2 | 346 | 141 | 66 |
| Binary | 11010 | 1000000 | 11111011 | 1011010 | 1001011 | 0 | 10 | 11100110 | 1100001 | 110110 |
Color Harmonies of #1A40FB
Complementary color
Monochromatic Colors of #1A40FB
Black with #1A40FB
Text Example
Text Example
White with #1A40FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A40FB; }
p { color: rgb(26,64,251); }
H1.HeaderClassName
{
color: #1A40FB;
}
.AnyTagClassName
{
color: #1A40FB;
}
</style>
background-color css
<style>
a { background-color: #1A40FB; }
a { background-color: rgb(26,64,251); }
div.DivClassName
{
background-color: #1A40FB;
}
.BgClassName
{
background-color: #1A40FB;
}
</style>
border-color css
<style>
span { border-color: #1A40FB; }
span { border-color: rgb(26,64,251); }
td.TdClassName
{
border-color: #1A40FB;
}
.TagClassName
{
border-color: #1A40FB;
}
</style>