Shades of Neon Blue #3C37FF
Tints of Neon Blue #3C37FF
RGB
CMYK
RGB Variations
Color information
#3C37FF (or 0x3C37FF) is known color: Neon Blue. HEX triplet: 3C, 37 and FF. RGB value is (60,55,255). Sum of RGB (Red+Green+Blue) = 60+55+255=370 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.22% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C37FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C37FF is #C3C800. Grayscale: #4E4E4E. Windows color (decimal): -12830721 or 16725820. OLE color: 16725820.
HSL color Cylindrical-coordinate representation of color #3C37FF: hue angle of 241.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C37FF is Cyan = 0.76, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 55 | 255 | - |
| CMYK | 0.76 | 0.78 | 0 | 0 |
| HSL | 241.5º | 1% | 0.61% | - |
| HSV(B) | 241.5º | 0.78% | 1% | - |
| XYZ | 21.28 | 10.91 | 95.59 | - |
| YUV | 79.3 | 227.16 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 55 | 255 | 0.76 | 0.78 | 0 | 0 | 241.5 | 1 | 0.61 |
| Hex | 3C | 37 | FF | 4C | 4E | 0 | 0 | F2 | 64 | 3D |
| Octal | 74 | 67 | 377 | 114 | 116 | 0 | 0 | 362 | 144 | 75 |
| Binary | 111100 | 110111 | 11111111 | 1001100 | 1001110 | 0 | 0 | 11110010 | 1100100 | 111101 |
Color Harmonies of #3C37FF
Complementary color
Monochromatic Colors of #3C37FF
Black with #3C37FF
Text Example
Text Example
White with #3C37FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C37FF; }
p { color: rgb(60,55,255); }
H1.HeaderClassName
{
color: #3C37FF;
}
.AnyTagClassName
{
color: #3C37FF;
}
</style>
background-color css
<style>
a { background-color: #3C37FF; }
a { background-color: rgb(60,55,255); }
div.DivClassName
{
background-color: #3C37FF;
}
.BgClassName
{
background-color: #3C37FF;
}
</style>
border-color css
<style>
span { border-color: #3C37FF; }
span { border-color: rgb(60,55,255); }
td.TdClassName
{
border-color: #3C37FF;
}
.TagClassName
{
border-color: #3C37FF;
}
</style>