Shades of Neon Blue #1A4FFF
Tints of Neon Blue #1A4FFF
RGB
CMYK
RGB Variations
Color information
#1A4FFF (or 0x1A4FFF) is known color: Neon Blue. HEX triplet: 1A, 4F and FF. RGB value is (26,79,255). Sum of RGB (Red+Green+Blue) = 26+79+255=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A4FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1A4FFF is #E5B000. Grayscale: #525252. Windows color (decimal): -15052801 or 16731930. OLE color: 16731930.
HSL color Cylindrical-coordinate representation of color #1A4FFF: hue angle of 226.11º 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 #1A4FFF is Cyan = 0.90, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 79 | 255 | - |
| CMYK | 0.90 | 0.69 | 0 | 0 |
| HSL | 226.11º | 1% | 0.55% | - |
| HSV(B) | 226.11º | 0.9% | 1% | - |
| XYZ | 21.27 | 13.03 | 96 | - |
| YUV | 83.22 | 224.94 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 79 | 255 | 0.90 | 0.69 | 0 | 0 | 226.11 | 1 | 0.55 |
| Hex | 1A | 4F | FF | 5A | 45 | 0 | 0 | E2 | 64 | 37 |
| Octal | 32 | 117 | 377 | 132 | 105 | 0 | 0 | 342 | 144 | 67 |
| Binary | 11010 | 1001111 | 11111111 | 1011010 | 1000101 | 0 | 0 | 11100010 | 1100100 | 110111 |
Color Harmonies of #1A4FFF
Complementary color
Monochromatic Colors of #1A4FFF
Black with #1A4FFF
Text Example
Text Example
White with #1A4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4FFF; }
p { color: rgb(26,79,255); }
H1.HeaderClassName
{
color: #1A4FFF;
}
.AnyTagClassName
{
color: #1A4FFF;
}
</style>
background-color css
<style>
a { background-color: #1A4FFF; }
a { background-color: rgb(26,79,255); }
div.DivClassName
{
background-color: #1A4FFF;
}
.BgClassName
{
background-color: #1A4FFF;
}
</style>
border-color css
<style>
span { border-color: #1A4FFF; }
span { border-color: rgb(26,79,255); }
td.TdClassName
{
border-color: #1A4FFF;
}
.TagClassName
{
border-color: #1A4FFF;
}
</style>