Shades of Neon Blue #3C49EE
Tints of Neon Blue #3C49EE
RGB
CMYK
RGB Variations
Color information
#3C49EE (or 0x3C49EE) is known color: Neon Blue. HEX triplet: 3C, 49 and EE. RGB value is (60,73,238). Sum of RGB (Red+Green+Blue) = 60+73+238=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 238 (93.36% from 255 or 64.15% from 371); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C49EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C49EE is #C3B611. Grayscale: #575757. Windows color (decimal): -12826130 or 15616316. OLE color: 15616316.
HSL color Cylindrical-coordinate representation of color #3C49EE: hue angle of 235.62º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C49EE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 73 | 238 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.07 |
| HSL | 235.62º | 0.84% | 0.58% | - |
| HSV(B) | 235.62º | 0.75% | 0.93% | - |
| XYZ | 19.68 | 11.9 | 82.15 | - |
| YUV | 87.92 | 212.69 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 73 | 238 | 0.75 | 0.69 | 0 | 0.07 | 235.62 | 0.84 | 0.58 |
| Hex | 3C | 49 | EE | 4B | 45 | 0 | 7 | EC | 54 | 3A |
| Octal | 74 | 111 | 356 | 113 | 105 | 0 | 7 | 354 | 124 | 72 |
| Binary | 111100 | 1001001 | 11101110 | 1001011 | 1000101 | 0 | 111 | 11101100 | 1010100 | 111010 |
Color Harmonies of #3C49EE
Complementary color
Monochromatic Colors of #3C49EE
Black with #3C49EE
Text Example
Text Example
White with #3C49EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C49EE; }
p { color: rgb(60,73,238); }
H1.HeaderClassName
{
color: #3C49EE;
}
.AnyTagClassName
{
color: #3C49EE;
}
</style>
background-color css
<style>
a { background-color: #3C49EE; }
a { background-color: rgb(60,73,238); }
div.DivClassName
{
background-color: #3C49EE;
}
.BgClassName
{
background-color: #3C49EE;
}
</style>
border-color css
<style>
span { border-color: #3C49EE; }
span { border-color: rgb(60,73,238); }
td.TdClassName
{
border-color: #3C49EE;
}
.TagClassName
{
border-color: #3C49EE;
}
</style>