Shades of Neon Blue #3C37F6
Tints of Neon Blue #3C37F6
RGB
CMYK
RGB Variations
Color information
#3C37F6 (or 0x3C37F6) is known color: Neon Blue. HEX triplet: 3C, 37 and F6. RGB value is (60,55,246). Sum of RGB (Red+Green+Blue) = 60+55+246=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 246 (96.48% from 255 or 68.14% from 361); Max value from RGB is 246 - color contains mainly: blue. Hex color #3C37F6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C37F6 is #C3C809. Grayscale: #4D4D4D. Windows color (decimal): -12830730 or 16135996. OLE color: 16135996.
HSL color Cylindrical-coordinate representation of color #3C37F6: hue angle of 241.57º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C37F6 is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 55 | 246 | - |
| CMYK | 0.76 | 0.78 | 0 | 0.04 |
| HSL | 241.57º | 0.91% | 0.59% | - |
| HSV(B) | 241.57º | 0.78% | 0.96% | - |
| XYZ | 19.86 | 10.35 | 88.14 | - |
| YUV | 78.27 | 222.66 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 246 | 0.76 | 0.78 | 0 | 0.04 | 241.57 | 0.91 | 0.59 |
| Hex | 3C | 37 | F6 | 4C | 4E | 0 | 4 | F2 | 5B | 3B |
| Octal | 74 | 67 | 366 | 114 | 116 | 0 | 4 | 362 | 133 | 73 |
| Binary | 111100 | 110111 | 11110110 | 1001100 | 1001110 | 0 | 100 | 11110010 | 1011011 | 111011 |
Color Harmonies of #3C37F6
Complementary color
Monochromatic Colors of #3C37F6
Black with #3C37F6
Text Example
Text Example
White with #3C37F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37F6; }
p { color: rgb(60,55,246); }
H1.HeaderClassName
{
color: #3C37F6;
}
.AnyTagClassName
{
color: #3C37F6;
}
</style>
background-color css
<style>
a { background-color: #3C37F6; }
a { background-color: rgb(60,55,246); }
div.DivClassName
{
background-color: #3C37F6;
}
.BgClassName
{
background-color: #3C37F6;
}
</style>
border-color css
<style>
span { border-color: #3C37F6; }
span { border-color: rgb(60,55,246); }
td.TdClassName
{
border-color: #3C37F6;
}
.TagClassName
{
border-color: #3C37F6;
}
</style>