Shades of Neon Blue #1C3FFF
Tints of Neon Blue #1C3FFF
RGB
CMYK
RGB Variations
Color information
#1C3FFF (or 0x1C3FFF) is known color: Neon Blue. HEX triplet: 1C, 3F and FF. RGB value is (28,63,255). Sum of RGB (Red+Green+Blue) = 28+63+255=346 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.09% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 255 (100% from 255 or 73.70% from 346); Max value from RGB is 255 - color contains mainly: blue. Hex color #1C3FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3FFF is #E3C000. Grayscale: #494949. Windows color (decimal): -14925825 or 16727836. OLE color: 16727836.
HSL color Cylindrical-coordinate representation of color #1C3FFF: hue angle of 230.75º 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 #1C3FFF is Cyan = 0.89, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 63 | 255 | - |
| CMYK | 0.89 | 0.75 | 0 | 0 |
| HSL | 230.75º | 1% | 0.55% | - |
| HSV(B) | 230.75º | 0.89% | 1% | - |
| XYZ | 20.31 | 11.02 | 95.66 | - |
| YUV | 74.42 | 229.9 | 94.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 63 | 255 | 0.89 | 0.75 | 0 | 0 | 230.75 | 1 | 0.55 |
| Hex | 1C | 3F | FF | 59 | 4B | 0 | 0 | E7 | 64 | 37 |
| Octal | 34 | 77 | 377 | 131 | 113 | 0 | 0 | 347 | 144 | 67 |
| Binary | 11100 | 111111 | 11111111 | 1011001 | 1001011 | 0 | 0 | 11100111 | 1100100 | 110111 |
Color Harmonies of #1C3FFF
Complementary color
Monochromatic Colors of #1C3FFF
Black with #1C3FFF
Text Example
Text Example
White with #1C3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3FFF; }
p { color: rgb(28,63,255); }
H1.HeaderClassName
{
color: #1C3FFF;
}
.AnyTagClassName
{
color: #1C3FFF;
}
</style>
background-color css
<style>
a { background-color: #1C3FFF; }
a { background-color: rgb(28,63,255); }
div.DivClassName
{
background-color: #1C3FFF;
}
.BgClassName
{
background-color: #1C3FFF;
}
</style>
border-color css
<style>
span { border-color: #1C3FFF; }
span { border-color: rgb(28,63,255); }
td.TdClassName
{
border-color: #1C3FFF;
}
.TagClassName
{
border-color: #1C3FFF;
}
</style>