Shades of Neon Blue #3C44EE
Tints of Neon Blue #3C44EE
RGB
CMYK
RGB Variations
Color information
#3C44EE (or 0x3C44EE) is known color: Neon Blue. HEX triplet: 3C, 44 and EE. RGB value is (60,68,238). Sum of RGB (Red+Green+Blue) = 60+68+238=366 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.39% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 238 (93.36% from 255 or 65.03% from 366); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C44EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C44EE is #C3BB11. Grayscale: #545454. Windows color (decimal): -12827410 or 15615036. OLE color: 15615036.
HSL color Cylindrical-coordinate representation of color #3C44EE: hue angle of 237.3º 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 #3C44EE is Cyan = 0.75, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 68 | 238 | - |
| CMYK | 0.75 | 0.71 | 0 | 0.07 |
| HSL | 237.3º | 0.84% | 0.58% | - |
| HSV(B) | 237.3º | 0.75% | 0.93% | - |
| XYZ | 19.36 | 11.27 | 82.04 | - |
| YUV | 84.99 | 214.35 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 68 | 238 | 0.75 | 0.71 | 0 | 0.07 | 237.3 | 0.84 | 0.58 |
| Hex | 3C | 44 | EE | 4B | 47 | 0 | 7 | ED | 54 | 3A |
| Octal | 74 | 104 | 356 | 113 | 107 | 0 | 7 | 355 | 124 | 72 |
| Binary | 111100 | 1000100 | 11101110 | 1001011 | 1000111 | 0 | 111 | 11101101 | 1010100 | 111010 |
Color Harmonies of #3C44EE
Complementary color
Monochromatic Colors of #3C44EE
Black with #3C44EE
Text Example
Text Example
White with #3C44EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C44EE; }
p { color: rgb(60,68,238); }
H1.HeaderClassName
{
color: #3C44EE;
}
.AnyTagClassName
{
color: #3C44EE;
}
</style>
background-color css
<style>
a { background-color: #3C44EE; }
a { background-color: rgb(60,68,238); }
div.DivClassName
{
background-color: #3C44EE;
}
.BgClassName
{
background-color: #3C44EE;
}
</style>
border-color css
<style>
span { border-color: #3C44EE; }
span { border-color: rgb(60,68,238); }
td.TdClassName
{
border-color: #3C44EE;
}
.TagClassName
{
border-color: #3C44EE;
}
</style>