Shades of Neon Blue #3C3FEE
Tints of Neon Blue #3C3FEE
RGB
CMYK
RGB Variations
Color information
#3C3FEE (or 0x3C3FEE) is known color: Neon Blue. HEX triplet: 3C, 3F and EE. RGB value is (60,63,238). Sum of RGB (Red+Green+Blue) = 60+63+238=361 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.62% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #3C3FEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3FEE is #C3C011. Grayscale: #515151. Windows color (decimal): -12828690 or 15613756. OLE color: 15613756.
HSL color Cylindrical-coordinate representation of color #3C3FEE: hue angle of 238.99º 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 #3C3FEE is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 63 | 238 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.07 |
| HSL | 238.99º | 0.84% | 0.58% | - |
| HSV(B) | 238.99º | 0.75% | 0.93% | - |
| XYZ | 19.07 | 10.69 | 81.95 | - |
| YUV | 82.05 | 216.01 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 238 | 0.75 | 0.74 | 0 | 0.07 | 238.99 | 0.84 | 0.58 |
| Hex | 3C | 3F | EE | 4B | 4A | 0 | 7 | EF | 54 | 3A |
| Octal | 74 | 77 | 356 | 113 | 112 | 0 | 7 | 357 | 124 | 72 |
| Binary | 111100 | 111111 | 11101110 | 1001011 | 1001010 | 0 | 111 | 11101111 | 1010100 | 111010 |
Color Harmonies of #3C3FEE
Complementary color
Monochromatic Colors of #3C3FEE
Black with #3C3FEE
Text Example
Text Example
White with #3C3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3FEE; }
p { color: rgb(60,63,238); }
H1.HeaderClassName
{
color: #3C3FEE;
}
.AnyTagClassName
{
color: #3C3FEE;
}
</style>
background-color css
<style>
a { background-color: #3C3FEE; }
a { background-color: rgb(60,63,238); }
div.DivClassName
{
background-color: #3C3FEE;
}
.BgClassName
{
background-color: #3C3FEE;
}
</style>
border-color css
<style>
span { border-color: #3C3FEE; }
span { border-color: rgb(60,63,238); }
td.TdClassName
{
border-color: #3C3FEE;
}
.TagClassName
{
border-color: #3C3FEE;
}
</style>