Shades of Neon Blue #1C3DFD
Tints of Neon Blue #1C3DFD
RGB
CMYK
RGB Variations
Color information
#1C3DFD (or 0x1C3DFD) is known color: Neon Blue. HEX triplet: 1C, 3D and FD. RGB value is (28,61,253). Sum of RGB (Red+Green+Blue) = 28+61+253=342 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.19% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 253 (99.22% from 255 or 73.98% from 342); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C3DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3DFD is #E3C202. Grayscale: #484848. Windows color (decimal): -14926339 or 16596252. OLE color: 16596252.
HSL color Cylindrical-coordinate representation of color #1C3DFD: hue angle of 231.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 #1C3DFD is Cyan = 0.89, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 61 | 253 | - |
| CMYK | 0.89 | 0.76 | 0 | 0.01 |
| HSL | 231.2º | 0.98% | 0.55% | - |
| HSV(B) | 231.2º | 0.89% | 0.99% | - |
| XYZ | 19.88 | 10.68 | 93.94 | - |
| YUV | 73.02 | 229.57 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 61 | 253 | 0.89 | 0.76 | 0 | 0.01 | 231.2 | 0.98 | 0.55 |
| Hex | 1C | 3D | FD | 59 | 4C | 0 | 1 | E7 | 62 | 37 |
| Octal | 34 | 75 | 375 | 131 | 114 | 0 | 1 | 347 | 142 | 67 |
| Binary | 11100 | 111101 | 11111101 | 1011001 | 1001100 | 0 | 1 | 11100111 | 1100010 | 110111 |
Color Harmonies of #1C3DFD
Complementary color
Monochromatic Colors of #1C3DFD
Black with #1C3DFD
Text Example
Text Example
White with #1C3DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3DFD; }
p { color: rgb(28,61,253); }
H1.HeaderClassName
{
color: #1C3DFD;
}
.AnyTagClassName
{
color: #1C3DFD;
}
</style>
background-color css
<style>
a { background-color: #1C3DFD; }
a { background-color: rgb(28,61,253); }
div.DivClassName
{
background-color: #1C3DFD;
}
.BgClassName
{
background-color: #1C3DFD;
}
</style>
border-color css
<style>
span { border-color: #1C3DFD; }
span { border-color: rgb(28,61,253); }
td.TdClassName
{
border-color: #1C3DFD;
}
.TagClassName
{
border-color: #1C3DFD;
}
</style>