Shades of Neon Blue #1C40FA
Tints of Neon Blue #1C40FA
RGB
CMYK
RGB Variations
Color information
#1C40FA (or 0x1C40FA) is known color: Neon Blue. HEX triplet: 1C, 40 and FA. RGB value is (28,64,250). Sum of RGB (Red+Green+Blue) = 28+64+250=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 250 (98.05% from 255 or 73.10% from 342); Max value from RGB is 250 - color contains mainly: blue. Hex color #1C40FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C40FA is #E3BF05. Grayscale: #494949. Windows color (decimal): -14925574 or 16400412. OLE color: 16400412.
HSL color Cylindrical-coordinate representation of color #1C40FA: hue angle of 230.27º 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 #1C40FA is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 64 | 250 | - |
| CMYK | 0.89 | 0.74 | 0 | 0.02 |
| HSL | 230.27º | 0.96% | 0.55% | - |
| HSV(B) | 230.27º | 0.89% | 0.98% | - |
| XYZ | 19.57 | 10.82 | 91.5 | - |
| YUV | 74.44 | 227.07 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 64 | 250 | 0.89 | 0.74 | 0 | 0.02 | 230.27 | 0.96 | 0.55 |
| Hex | 1C | 40 | FA | 59 | 4A | 0 | 2 | E6 | 60 | 37 |
| Octal | 34 | 100 | 372 | 131 | 112 | 0 | 2 | 346 | 140 | 67 |
| Binary | 11100 | 1000000 | 11111010 | 1011001 | 1001010 | 0 | 10 | 11100110 | 1100000 | 110111 |
Color Harmonies of #1C40FA
Complementary color
Monochromatic Colors of #1C40FA
Black with #1C40FA
Text Example
Text Example
White with #1C40FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C40FA; }
p { color: rgb(28,64,250); }
H1.HeaderClassName
{
color: #1C40FA;
}
.AnyTagClassName
{
color: #1C40FA;
}
</style>
background-color css
<style>
a { background-color: #1C40FA; }
a { background-color: rgb(28,64,250); }
div.DivClassName
{
background-color: #1C40FA;
}
.BgClassName
{
background-color: #1C40FA;
}
</style>
border-color css
<style>
span { border-color: #1C40FA; }
span { border-color: rgb(28,64,250); }
td.TdClassName
{
border-color: #1C40FA;
}
.TagClassName
{
border-color: #1C40FA;
}
</style>