Shades of Neon Blue #1C3CFF
Tints of Neon Blue #1C3CFF
RGB
CMYK
RGB Variations
Color information
#1C3CFF (or 0x1C3CFF) is known color: Neon Blue. HEX triplet: 1C, 3C and FF. RGB value is (28,60,255). Sum of RGB (Red+Green+Blue) = 28+60+255=343 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.16% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 255 (100% from 255 or 74.34% from 343); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C3CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3CFF is #E3C300. Grayscale: #474747. Windows color (decimal): -14926593 or 16727068. OLE color: 16727068.
HSL color Cylindrical-coordinate representation of color #1C3CFF: hue angle of 231.54º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C3CFF is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 60 | 255 | - |
| CMYK | 0.89 | 0.76 | 0 | 0 |
| HSL | 231.54º | 1% | 0.55% | - |
| HSV(B) | 231.54º | 0.89% | 1% | - |
| XYZ | 20.14 | 10.7 | 95.61 | - |
| YUV | 72.66 | 230.9 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 60 | 255 | 0.89 | 0.76 | 0 | 0 | 231.54 | 1 | 0.55 |
| Hex | 1C | 3C | FF | 59 | 4C | 0 | 0 | E8 | 64 | 37 |
| Octal | 34 | 74 | 377 | 131 | 114 | 0 | 0 | 350 | 144 | 67 |
| Binary | 11100 | 111100 | 11111111 | 1011001 | 1001100 | 0 | 0 | 11101000 | 1100100 | 110111 |
Color Harmonies of #1C3CFF
Complementary color
Monochromatic Colors of #1C3CFF
Black with #1C3CFF
Text Example
Text Example
White with #1C3CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3CFF; }
p { color: rgb(28,60,255); }
H1.HeaderClassName
{
color: #1C3CFF;
}
.AnyTagClassName
{
color: #1C3CFF;
}
</style>
background-color css
<style>
a { background-color: #1C3CFF; }
a { background-color: rgb(28,60,255); }
div.DivClassName
{
background-color: #1C3CFF;
}
.BgClassName
{
background-color: #1C3CFF;
}
</style>
border-color css
<style>
span { border-color: #1C3CFF; }
span { border-color: rgb(28,60,255); }
td.TdClassName
{
border-color: #1C3CFF;
}
.TagClassName
{
border-color: #1C3CFF;
}
</style>