Shades of Neon Blue #3C3FEA
Tints of Neon Blue #3C3FEA
RGB
CMYK
RGB Variations
Color information
#3C3FEA (or 0x3C3FEA) is known color: Neon Blue. HEX triplet: 3C, 3F and EA. RGB value is (60,63,234). Sum of RGB (Red+Green+Blue) = 60+63+234=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 63 (25% from 255 or 17.65% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #3C3FEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3FEA is #C3C015. Grayscale: #505050. Windows color (decimal): -12828694 or 15351612. OLE color: 15351612.
HSL color Cylindrical-coordinate representation of color #3C3FEA: hue angle of 238.97º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C3FEA is Cyan = 0.74, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 63 | 234 | - |
| CMYK | 0.74 | 0.73 | 0 | 0.08 |
| HSL | 238.97º | 0.81% | 0.58% | - |
| HSV(B) | 238.97º | 0.74% | 0.92% | - |
| XYZ | 18.49 | 10.46 | 78.89 | - |
| YUV | 81.6 | 214.01 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 234 | 0.74 | 0.73 | 0 | 0.08 | 238.97 | 0.81 | 0.58 |
| Hex | 3C | 3F | EA | 4A | 49 | 0 | 8 | EF | 51 | 3A |
| Octal | 74 | 77 | 352 | 112 | 111 | 0 | 10 | 357 | 121 | 72 |
| Binary | 111100 | 111111 | 11101010 | 1001010 | 1001001 | 0 | 1000 | 11101111 | 1010001 | 111010 |
Color Harmonies of #3C3FEA
Complementary color
Monochromatic Colors of #3C3FEA
Black with #3C3FEA
Text Example
Text Example
White with #3C3FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3FEA; }
p { color: rgb(60,63,234); }
H1.HeaderClassName
{
color: #3C3FEA;
}
.AnyTagClassName
{
color: #3C3FEA;
}
</style>
background-color css
<style>
a { background-color: #3C3FEA; }
a { background-color: rgb(60,63,234); }
div.DivClassName
{
background-color: #3C3FEA;
}
.BgClassName
{
background-color: #3C3FEA;
}
</style>
border-color css
<style>
span { border-color: #3C3FEA; }
span { border-color: rgb(60,63,234); }
td.TdClassName
{
border-color: #3C3FEA;
}
.TagClassName
{
border-color: #3C3FEA;
}
</style>