Shades of Neon Blue #3C3EEF
Tints of Neon Blue #3C3EEF
RGB
CMYK
RGB Variations
Color information
#3C3EEF (or 0x3C3EEF) is known color: Neon Blue. HEX triplet: 3C, 3E and EF. RGB value is (60,62,239). Sum of RGB (Red+Green+Blue) = 60+62+239=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 239 (93.75% from 255 or 66.20% from 361); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C3EEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3EEF is #C3C110. Grayscale: #505050. Windows color (decimal): -12828945 or 15679036. OLE color: 15679036.
HSL color Cylindrical-coordinate representation of color #3C3EEF: hue angle of 239.33º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C3EEF is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 62 | 239 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.06 |
| HSL | 239.33º | 0.85% | 0.59% | - |
| HSV(B) | 239.33º | 0.75% | 0.94% | - |
| XYZ | 19.17 | 10.64 | 82.7 | - |
| YUV | 81.58 | 216.84 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 239 | 0.75 | 0.74 | 0 | 0.06 | 239.33 | 0.85 | 0.59 |
| Hex | 3C | 3E | EF | 4B | 4A | 0 | 6 | EF | 55 | 3B |
| Octal | 74 | 76 | 357 | 113 | 112 | 0 | 6 | 357 | 125 | 73 |
| Binary | 111100 | 111110 | 11101111 | 1001011 | 1001010 | 0 | 110 | 11101111 | 1010101 | 111011 |
Color Harmonies of #3C3EEF
Complementary color
Monochromatic Colors of #3C3EEF
Black with #3C3EEF
Text Example
Text Example
White with #3C3EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3EEF; }
p { color: rgb(60,62,239); }
H1.HeaderClassName
{
color: #3C3EEF;
}
.AnyTagClassName
{
color: #3C3EEF;
}
</style>
background-color css
<style>
a { background-color: #3C3EEF; }
a { background-color: rgb(60,62,239); }
div.DivClassName
{
background-color: #3C3EEF;
}
.BgClassName
{
background-color: #3C3EEF;
}
</style>
border-color css
<style>
span { border-color: #3C3EEF; }
span { border-color: rgb(60,62,239); }
td.TdClassName
{
border-color: #3C3EEF;
}
.TagClassName
{
border-color: #3C3EEF;
}
</style>