Shades of Neon Blue #1A3FFB
Tints of Neon Blue #1A3FFB
RGB
CMYK
RGB Variations
Color information
#1A3FFB (or 0x1A3FFB) is known color: Neon Blue. HEX triplet: 1A, 3F and FB. RGB value is (26,63,251). Sum of RGB (Red+Green+Blue) = 26+63+251=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 251 (98.44% from 255 or 73.82% from 340); Max value from RGB is 251 - color contains mainly: blue. Hex color #1A3FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3FFB is #E5C004. Grayscale: #484848. Windows color (decimal): -15056901 or 16465690. OLE color: 16465690.
HSL color Cylindrical-coordinate representation of color #1A3FFB: hue angle of 230.13º 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 #1A3FFB is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 63 | 251 | - |
| CMYK | 0.90 | 0.75 | 0 | 0.02 |
| HSL | 230.13º | 0.97% | 0.54% | - |
| HSV(B) | 230.13º | 0.9% | 0.98% | - |
| XYZ | 19.62 | 10.74 | 92.31 | - |
| YUV | 73.37 | 228.24 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 63 | 251 | 0.90 | 0.75 | 0 | 0.02 | 230.13 | 0.97 | 0.54 |
| Hex | 1A | 3F | FB | 5A | 4B | 0 | 2 | E6 | 61 | 36 |
| Octal | 32 | 77 | 373 | 132 | 113 | 0 | 2 | 346 | 141 | 66 |
| Binary | 11010 | 111111 | 11111011 | 1011010 | 1001011 | 0 | 10 | 11100110 | 1100001 | 110110 |
Color Harmonies of #1A3FFB
Complementary color
Monochromatic Colors of #1A3FFB
Black with #1A3FFB
Text Example
Text Example
White with #1A3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3FFB; }
p { color: rgb(26,63,251); }
H1.HeaderClassName
{
color: #1A3FFB;
}
.AnyTagClassName
{
color: #1A3FFB;
}
</style>
background-color css
<style>
a { background-color: #1A3FFB; }
a { background-color: rgb(26,63,251); }
div.DivClassName
{
background-color: #1A3FFB;
}
.BgClassName
{
background-color: #1A3FFB;
}
</style>
border-color css
<style>
span { border-color: #1A3FFB; }
span { border-color: rgb(26,63,251); }
td.TdClassName
{
border-color: #1A3FFB;
}
.TagClassName
{
border-color: #1A3FFB;
}
</style>