Shades of Neon Blue #1C49FA
Tints of Neon Blue #1C49FA
RGB
CMYK
RGB Variations
Color information
#1C49FA (or 0x1C49FA) is known color: Neon Blue. HEX triplet: 1C, 49 and FA. RGB value is (28,73,250). Sum of RGB (Red+Green+Blue) = 28+73+250=351 (46% of max value = 765). Red value is 28 (11.33% from 255 or 7.98% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C49FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C49FA is #E3B605. Grayscale: #4E4E4E. Windows color (decimal): -14923270 or 16402716. OLE color: 16402716.
HSL color Cylindrical-coordinate representation of color #1C49FA: hue angle of 227.84º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C49FA is Cyan = 0.89, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 73 | 250 | - |
| CMYK | 0.89 | 0.71 | 0 | 0.02 |
| HSL | 227.84º | 0.96% | 0.55% | - |
| HSV(B) | 227.84º | 0.89% | 0.98% | - |
| XYZ | 20.12 | 11.91 | 91.68 | - |
| YUV | 79.72 | 224.09 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 73 | 250 | 0.89 | 0.71 | 0 | 0.02 | 227.84 | 0.96 | 0.55 |
| Hex | 1C | 49 | FA | 59 | 47 | 0 | 2 | E4 | 60 | 37 |
| Octal | 34 | 111 | 372 | 131 | 107 | 0 | 2 | 344 | 140 | 67 |
| Binary | 11100 | 1001001 | 11111010 | 1011001 | 1000111 | 0 | 10 | 11100100 | 1100000 | 110111 |
Color Harmonies of #1C49FA
Complementary color
Monochromatic Colors of #1C49FA
Black with #1C49FA
Text Example
Text Example
White with #1C49FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C49FA; }
p { color: rgb(28,73,250); }
H1.HeaderClassName
{
color: #1C49FA;
}
.AnyTagClassName
{
color: #1C49FA;
}
</style>
background-color css
<style>
a { background-color: #1C49FA; }
a { background-color: rgb(28,73,250); }
div.DivClassName
{
background-color: #1C49FA;
}
.BgClassName
{
background-color: #1C49FA;
}
</style>
border-color css
<style>
span { border-color: #1C49FA; }
span { border-color: rgb(28,73,250); }
td.TdClassName
{
border-color: #1C49FA;
}
.TagClassName
{
border-color: #1C49FA;
}
</style>