Shades of Neon Blue #3C36E3
Tints of Neon Blue #3C36E3
RGB
CMYK
RGB Variations
Color information
#3C36E3 (or 0x3C36E3) is known color: Neon Blue. HEX triplet: 3C, 36 and E3. RGB value is (60,54,227). Sum of RGB (Red+Green+Blue) = 60+54+227=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 54 (21.48% from 255 or 15.84% from 341); Blue value is 227 (89.06% from 255 or 66.57% from 341); Max value from RGB is 227 - color contains mainly: blue. Hex color #3C36E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36E3 is #C3C91C. Grayscale: #4A4A4A. Windows color (decimal): -12831005 or 14890556. OLE color: 14890556.
HSL color Cylindrical-coordinate representation of color #3C36E3: hue angle of 242.08º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C36E3 is Cyan = 0.74, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 54 | 227 | - |
| CMYK | 0.74 | 0.76 | 0 | 0.11 |
| HSL | 242.08º | 0.76% | 0.55% | - |
| HSV(B) | 242.08º | 0.76% | 0.89% | - |
| XYZ | 17.05 | 9.15 | 73.54 | - |
| YUV | 75.52 | 213.49 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 227 | 0.74 | 0.76 | 0 | 0.11 | 242.08 | 0.76 | 0.55 |
| Hex | 3C | 36 | E3 | 4A | 4C | 0 | B | F2 | 4C | 37 |
| Octal | 74 | 66 | 343 | 112 | 114 | 0 | 13 | 362 | 114 | 67 |
| Binary | 111100 | 110110 | 11100011 | 1001010 | 1001100 | 0 | 1011 | 11110010 | 1001100 | 110111 |
Color Harmonies of #3C36E3
Complementary color
Monochromatic Colors of #3C36E3
Black with #3C36E3
Text Example
Text Example
White with #3C36E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C36E3; }
p { color: rgb(60,54,227); }
H1.HeaderClassName
{
color: #3C36E3;
}
.AnyTagClassName
{
color: #3C36E3;
}
</style>
background-color css
<style>
a { background-color: #3C36E3; }
a { background-color: rgb(60,54,227); }
div.DivClassName
{
background-color: #3C36E3;
}
.BgClassName
{
background-color: #3C36E3;
}
</style>
border-color css
<style>
span { border-color: #3C36E3; }
span { border-color: rgb(60,54,227); }
td.TdClassName
{
border-color: #3C36E3;
}
.TagClassName
{
border-color: #3C36E3;
}
</style>