Shades of Neon Blue #1A4BFE
Tints of Neon Blue #1A4BFE
RGB
CMYK
RGB Variations
Color information
#1A4BFE (or 0x1A4BFE) is known color: Neon Blue. HEX triplet: 1A, 4B and FE. RGB value is (26,75,254). Sum of RGB (Red+Green+Blue) = 26+75+254=355 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.32% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 254 (99.61% from 255 or 71.55% from 355); Max value from RGB is 254 - color contains mainly: blue. Hex color #1A4BFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A4BFE is #E5B401. Grayscale: #4F4F4F. Windows color (decimal): -15053826 or 16665370. OLE color: 16665370.
HSL color Cylindrical-coordinate representation of color #1A4BFE: hue angle of 227.11º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A4BFE is Cyan = 0.90, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 26 | 75 | 254 | - |
| CMYK | 0.90 | 0.70 | 0 | 0.00 |
| HSL | 227.11º | 0.99% | 0.55% | - |
| HSV(B) | 227.11º | 0.9% | 1% | - |
| XYZ | 20.83 | 12.41 | 95.06 | - |
| YUV | 80.76 | 225.77 | 88.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 75 | 254 | 0.90 | 0.70 | 0 | 0.00 | 227.11 | 0.99 | 0.55 |
| Hex | 1A | 4B | FE | 5A | 46 | 0 | 0 | E3 | 63 | 37 |
| Octal | 32 | 113 | 376 | 132 | 106 | 0 | 0 | 343 | 143 | 67 |
| Binary | 11010 | 1001011 | 11111110 | 1011010 | 1000110 | 0 | 0 | 11100011 | 1100011 | 110111 |
Color Harmonies of #1A4BFE
Complementary color
Monochromatic Colors of #1A4BFE
Black with #1A4BFE
Text Example
Text Example
White with #1A4BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4BFE; }
p { color: rgb(26,75,254); }
H1.HeaderClassName
{
color: #1A4BFE;
}
.AnyTagClassName
{
color: #1A4BFE;
}
</style>
background-color css
<style>
a { background-color: #1A4BFE; }
a { background-color: rgb(26,75,254); }
div.DivClassName
{
background-color: #1A4BFE;
}
.BgClassName
{
background-color: #1A4BFE;
}
</style>
border-color css
<style>
span { border-color: #1A4BFE; }
span { border-color: rgb(26,75,254); }
td.TdClassName
{
border-color: #1A4BFE;
}
.TagClassName
{
border-color: #1A4BFE;
}
</style>