Shades of Neon Blue #1A39FF
Tints of Neon Blue #1A39FF
RGB
CMYK
RGB Variations
Color information
#1A39FF (or 0x1A39FF) is known color: Neon Blue. HEX triplet: 1A, 39 and FF. RGB value is (26,57,255). Sum of RGB (Red+Green+Blue) = 26+57+255=338 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.69% from 338); Green value is 57 (22.66% from 255 or 16.86% from 338); Blue value is 255 (100% from 255 or 75.44% from 338); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A39FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A39FF is #E5C600. Grayscale: #454545. Windows color (decimal): -15058433 or 16726298. OLE color: 16726298.
HSL color Cylindrical-coordinate representation of color #1A39FF: hue angle of 231.88º 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 #1A39FF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 57 | 255 | - |
| CMYK | 0.90 | 0.78 | 0 | 0 |
| HSL | 231.88º | 1% | 0.55% | - |
| HSV(B) | 231.88º | 0.9% | 1% | - |
| XYZ | 19.94 | 10.37 | 95.56 | - |
| YUV | 70.3 | 232.23 | 96.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 57 | 255 | 0.90 | 0.78 | 0 | 0 | 231.88 | 1 | 0.55 |
| Hex | 1A | 39 | FF | 5A | 4E | 0 | 0 | E8 | 64 | 37 |
| Octal | 32 | 71 | 377 | 132 | 116 | 0 | 0 | 350 | 144 | 67 |
| Binary | 11010 | 111001 | 11111111 | 1011010 | 1001110 | 0 | 0 | 11101000 | 1100100 | 110111 |
Color Harmonies of #1A39FF
Complementary color
Monochromatic Colors of #1A39FF
Black with #1A39FF
Text Example
Text Example
White with #1A39FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A39FF; }
p { color: rgb(26,57,255); }
H1.HeaderClassName
{
color: #1A39FF;
}
.AnyTagClassName
{
color: #1A39FF;
}
</style>
background-color css
<style>
a { background-color: #1A39FF; }
a { background-color: rgb(26,57,255); }
div.DivClassName
{
background-color: #1A39FF;
}
.BgClassName
{
background-color: #1A39FF;
}
</style>
border-color css
<style>
span { border-color: #1A39FF; }
span { border-color: rgb(26,57,255); }
td.TdClassName
{
border-color: #1A39FF;
}
.TagClassName
{
border-color: #1A39FF;
}
</style>