Shades of Neon Blue #1C37FD
Tints of Neon Blue #1C37FD
RGB
CMYK
RGB Variations
Color information
#1C37FD (or 0x1C37FD) is known color: Neon Blue. HEX triplet: 1C, 37 and FD. RGB value is (28,55,253). Sum of RGB (Red+Green+Blue) = 28+55+253=336 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.33% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 253 (99.22% from 255 or 75.30% from 336); Max value from RGB is 253 - color contains mainly: blue. Hex color #1C37FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C37FD is #E3C802. Grayscale: #444444. Windows color (decimal): -14927875 or 16594716. OLE color: 16594716.
HSL color Cylindrical-coordinate representation of color #1C37FD: hue angle of 232.8º 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 #1C37FD is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 55 | 253 | - |
| CMYK | 0.89 | 0.78 | 0 | 0.01 |
| HSL | 232.8º | 0.98% | 0.55% | - |
| HSV(B) | 232.8º | 0.89% | 0.99% | - |
| XYZ | 19.57 | 10.07 | 93.84 | - |
| YUV | 69.5 | 231.55 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 253 | 0.89 | 0.78 | 0 | 0.01 | 232.8 | 0.98 | 0.55 |
| Hex | 1C | 37 | FD | 59 | 4E | 0 | 1 | E9 | 62 | 37 |
| Octal | 34 | 67 | 375 | 131 | 116 | 0 | 1 | 351 | 142 | 67 |
| Binary | 11100 | 110111 | 11111101 | 1011001 | 1001110 | 0 | 1 | 11101001 | 1100010 | 110111 |
Color Harmonies of #1C37FD
Complementary color
Monochromatic Colors of #1C37FD
Black with #1C37FD
Text Example
Text Example
White with #1C37FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C37FD; }
p { color: rgb(28,55,253); }
H1.HeaderClassName
{
color: #1C37FD;
}
.AnyTagClassName
{
color: #1C37FD;
}
</style>
background-color css
<style>
a { background-color: #1C37FD; }
a { background-color: rgb(28,55,253); }
div.DivClassName
{
background-color: #1C37FD;
}
.BgClassName
{
background-color: #1C37FD;
}
</style>
border-color css
<style>
span { border-color: #1C37FD; }
span { border-color: rgb(28,55,253); }
td.TdClassName
{
border-color: #1C37FD;
}
.TagClassName
{
border-color: #1C37FD;
}
</style>