Shades of Neon Blue #1A48FF
Tints of Neon Blue #1A48FF
RGB
CMYK
RGB Variations
Color information
#1A48FF (or 0x1A48FF) is known color: Neon Blue. HEX triplet: 1A, 48 and FF. RGB value is (26,72,255). Sum of RGB (Red+Green+Blue) = 26+72+255=353 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.37% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #1A48FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1A48FF is #E5B700. Grayscale: #4E4E4E. Windows color (decimal): -15054593 or 16730138. OLE color: 16730138.
HSL color Cylindrical-coordinate representation of color #1A48FF: hue angle of 227.95º 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 #1A48FF is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 72 | 255 | - |
| CMYK | 0.90 | 0.72 | 0 | 0 |
| HSL | 227.95º | 1% | 0.55% | - |
| HSV(B) | 227.95º | 0.9% | 1% | - |
| XYZ | 20.79 | 12.07 | 95.84 | - |
| YUV | 79.11 | 227.26 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 72 | 255 | 0.90 | 0.72 | 0 | 0 | 227.95 | 1 | 0.55 |
| Hex | 1A | 48 | FF | 5A | 48 | 0 | 0 | E4 | 64 | 37 |
| Octal | 32 | 110 | 377 | 132 | 110 | 0 | 0 | 344 | 144 | 67 |
| Binary | 11010 | 1001000 | 11111111 | 1011010 | 1001000 | 0 | 0 | 11100100 | 1100100 | 110111 |
Color Harmonies of #1A48FF
Complementary color
Monochromatic Colors of #1A48FF
Black with #1A48FF
Text Example
Text Example
White with #1A48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A48FF; }
p { color: rgb(26,72,255); }
H1.HeaderClassName
{
color: #1A48FF;
}
.AnyTagClassName
{
color: #1A48FF;
}
</style>
background-color css
<style>
a { background-color: #1A48FF; }
a { background-color: rgb(26,72,255); }
div.DivClassName
{
background-color: #1A48FF;
}
.BgClassName
{
background-color: #1A48FF;
}
</style>
border-color css
<style>
span { border-color: #1A48FF; }
span { border-color: rgb(26,72,255); }
td.TdClassName
{
border-color: #1A48FF;
}
.TagClassName
{
border-color: #1A48FF;
}
</style>