Shades of Neon Blue #1A3CFF
Tints of Neon Blue #1A3CFF
RGB
CMYK
RGB Variations
Color information
#1A3CFF (or 0x1A3CFF) is known color: Neon Blue. HEX triplet: 1A, 3C and FF. RGB value is (26,60,255). Sum of RGB (Red+Green+Blue) = 26+60+255=341 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.62% from 341); Green value is 60 (23.83% from 255 or 17.60% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A3CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A3CFF is #E5C300. Grayscale: #474747. Windows color (decimal): -15057665 or 16727066. OLE color: 16727066.
HSL color Cylindrical-coordinate representation of color #1A3CFF: hue angle of 231.09º 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 #1A3CFF is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 60 | 255 | - |
| CMYK | 0.90 | 0.76 | 0 | 0 |
| HSL | 231.09º | 1% | 0.55% | - |
| HSV(B) | 231.09º | 0.9% | 1% | - |
| XYZ | 20.09 | 10.67 | 95.61 | - |
| YUV | 72.06 | 231.24 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 60 | 255 | 0.90 | 0.76 | 0 | 0 | 231.09 | 1 | 0.55 |
| Hex | 1A | 3C | FF | 5A | 4C | 0 | 0 | E7 | 64 | 37 |
| Octal | 32 | 74 | 377 | 132 | 114 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11010 | 111100 | 11111111 | 1011010 | 1001100 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #1A3CFF
Complementary color
Monochromatic Colors of #1A3CFF
Black with #1A3CFF
Text Example
Text Example
White with #1A3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3CFF; }
p { color: rgb(26,60,255); }
H1.HeaderClassName
{
color: #1A3CFF;
}
.AnyTagClassName
{
color: #1A3CFF;
}
</style>
background-color css
<style>
a { background-color: #1A3CFF; }
a { background-color: rgb(26,60,255); }
div.DivClassName
{
background-color: #1A3CFF;
}
.BgClassName
{
background-color: #1A3CFF;
}
</style>
border-color css
<style>
span { border-color: #1A3CFF; }
span { border-color: rgb(26,60,255); }
td.TdClassName
{
border-color: #1A3CFF;
}
.TagClassName
{
border-color: #1A3CFF;
}
</style>