Shades of Neon Blue #1A4BFF
Tints of Neon Blue #1A4BFF
RGB
CMYK
RGB Variations
Color information
#1A4BFF (or 0x1A4BFF) is known color: Neon Blue. HEX triplet: 1A, 4B and FF. RGB value is (26,75,255). Sum of RGB (Red+Green+Blue) = 26+75+255=356 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.30% from 356); Green value is 75 (29.69% from 255 or 21.07% from 356); Blue value is 255 (100% from 255 or 71.63% from 356); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A4BFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A4BFF is #E5B400. Grayscale: #505050. Windows color (decimal): -15053825 or 16730906. OLE color: 16730906.
HSL color Cylindrical-coordinate representation of color #1A4BFF: hue angle of 227.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A4BFF is Cyan = 0.90, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 75 | 255 | - |
| CMYK | 0.90 | 0.71 | 0 | 0 |
| HSL | 227.16º | 1% | 0.55% | - |
| HSV(B) | 227.16º | 0.9% | 1% | - |
| XYZ | 20.99 | 12.47 | 95.91 | - |
| YUV | 80.87 | 226.27 | 88.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 255 | 0.90 | 0.71 | 0 | 0 | 227.16 | 1 | 0.55 |
| Hex | 1A | 4B | FF | 5A | 47 | 0 | 0 | E3 | 64 | 37 |
| Octal | 32 | 113 | 377 | 132 | 107 | 0 | 0 | 343 | 144 | 67 |
| Binary | 11010 | 1001011 | 11111111 | 1011010 | 1000111 | 0 | 0 | 11100011 | 1100100 | 110111 |
Color Harmonies of #1A4BFF
Complementary color
Monochromatic Colors of #1A4BFF
Black with #1A4BFF
Text Example
Text Example
White with #1A4BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4BFF; }
p { color: rgb(26,75,255); }
H1.HeaderClassName
{
color: #1A4BFF;
}
.AnyTagClassName
{
color: #1A4BFF;
}
</style>
background-color css
<style>
a { background-color: #1A4BFF; }
a { background-color: rgb(26,75,255); }
div.DivClassName
{
background-color: #1A4BFF;
}
.BgClassName
{
background-color: #1A4BFF;
}
</style>
border-color css
<style>
span { border-color: #1A4BFF; }
span { border-color: rgb(26,75,255); }
td.TdClassName
{
border-color: #1A4BFF;
}
.TagClassName
{
border-color: #1A4BFF;
}
</style>