Shades of Neon Blue #1C4CFD
Tints of Neon Blue #1C4CFD
RGB
CMYK
RGB Variations
Color information
#1C4CFD (or 0x1C4CFD) is known color: Neon Blue. HEX triplet: 1C, 4C and FD. RGB value is (28,76,253). Sum of RGB (Red+Green+Blue) = 28+76+253=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C4CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C4CFD is #E3B302. Grayscale: #515151. Windows color (decimal): -14922499 or 16600092. OLE color: 16600092.
HSL color Cylindrical-coordinate representation of color #1C4CFD: hue angle of 227.2º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C4CFD is Cyan = 0.89, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 76 | 253 | - |
| CMYK | 0.89 | 0.70 | 0 | 0.01 |
| HSL | 227.2º | 0.98% | 0.55% | - |
| HSV(B) | 227.2º | 0.89% | 0.99% | - |
| XYZ | 20.79 | 12.51 | 94.25 | - |
| YUV | 81.83 | 224.6 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 76 | 253 | 0.89 | 0.70 | 0 | 0.01 | 227.2 | 0.98 | 0.55 |
| Hex | 1C | 4C | FD | 59 | 46 | 0 | 1 | E3 | 62 | 37 |
| Octal | 34 | 114 | 375 | 131 | 106 | 0 | 1 | 343 | 142 | 67 |
| Binary | 11100 | 1001100 | 11111101 | 1011001 | 1000110 | 0 | 1 | 11100011 | 1100010 | 110111 |
Color Harmonies of #1C4CFD
Complementary color
Monochromatic Colors of #1C4CFD
Black with #1C4CFD
Text Example
Text Example
White with #1C4CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C4CFD; }
p { color: rgb(28,76,253); }
H1.HeaderClassName
{
color: #1C4CFD;
}
.AnyTagClassName
{
color: #1C4CFD;
}
</style>
background-color css
<style>
a { background-color: #1C4CFD; }
a { background-color: rgb(28,76,253); }
div.DivClassName
{
background-color: #1C4CFD;
}
.BgClassName
{
background-color: #1C4CFD;
}
</style>
border-color css
<style>
span { border-color: #1C4CFD; }
span { border-color: rgb(28,76,253); }
td.TdClassName
{
border-color: #1C4CFD;
}
.TagClassName
{
border-color: #1C4CFD;
}
</style>