Shades of Neon Blue #1C36F6
Tints of Neon Blue #1C36F6
RGB
CMYK
RGB Variations
Color information
#1C36F6 (or 0x1C36F6) is known color: Neon Blue. HEX triplet: 1C, 36 and F6. RGB value is (28,54,246). Sum of RGB (Red+Green+Blue) = 28+54+246=328 (43% of max value = 765). Red value is 28 (11.33% from 255 or 8.54% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 246 (96.48% from 255 or 75% from 328); Max value from RGB is 246 - color contains mainly: blue. Hex color #1C36F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C36F6 is #E3C909. Grayscale: #434343. Windows color (decimal): -14928138 or 16135708. OLE color: 16135708.
HSL color Cylindrical-coordinate representation of color #1C36F6: hue angle of 232.84º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C36F6 is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 28 | 54 | 246 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.04 |
| HSL | 232.84º | 0.92% | 0.54% | - |
| HSV(B) | 232.84º | 0.89% | 0.96% | - |
| XYZ | 18.43 | 9.54 | 88.06 | - |
| YUV | 68.11 | 228.39 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 54 | 246 | 0.89 | 0.78 | 0 | 0.04 | 232.84 | 0.92 | 0.54 |
| Hex | 1C | 36 | F6 | 59 | 4E | 0 | 4 | E9 | 5C | 36 |
| Octal | 34 | 66 | 366 | 131 | 116 | 0 | 4 | 351 | 134 | 66 |
| Binary | 11100 | 110110 | 11110110 | 1011001 | 1001110 | 0 | 100 | 11101001 | 1011100 | 110110 |
Color Harmonies of #1C36F6
Complementary color
Monochromatic Colors of #1C36F6
Black with #1C36F6
Text Example
Text Example
White with #1C36F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C36F6; }
p { color: rgb(28,54,246); }
H1.HeaderClassName
{
color: #1C36F6;
}
.AnyTagClassName
{
color: #1C36F6;
}
</style>
background-color css
<style>
a { background-color: #1C36F6; }
a { background-color: rgb(28,54,246); }
div.DivClassName
{
background-color: #1C36F6;
}
.BgClassName
{
background-color: #1C36F6;
}
</style>
border-color css
<style>
span { border-color: #1C36F6; }
span { border-color: rgb(28,54,246); }
td.TdClassName
{
border-color: #1C36F6;
}
.TagClassName
{
border-color: #1C36F6;
}
</style>