Shades of Neon Blue #3C35EF
Tints of Neon Blue #3C35EF
RGB
CMYK
RGB Variations
Color information
#3C35EF (or 0x3C35EF) is known color: Neon Blue. HEX triplet: 3C, 35 and EF. RGB value is (60,53,239). Sum of RGB (Red+Green+Blue) = 60+53+239=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 239 (93.75% from 255 or 67.90% from 352); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C35EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C35EF is #C3CA10. Grayscale: #4B4B4B. Windows color (decimal): -12831249 or 15676732. OLE color: 15676732.
HSL color Cylindrical-coordinate representation of color #3C35EF: hue angle of 242.26º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3C35EF is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 53 | 239 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.06 |
| HSL | 242.26º | 0.85% | 0.57% | - |
| HSV(B) | 242.26º | 0.78% | 0.94% | - |
| XYZ | 18.72 | 9.74 | 82.55 | - |
| YUV | 76.3 | 219.82 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 53 | 239 | 0.75 | 0.78 | 0 | 0.06 | 242.26 | 0.85 | 0.57 |
| Hex | 3C | 35 | EF | 4B | 4E | 0 | 6 | F2 | 55 | 39 |
| Octal | 74 | 65 | 357 | 113 | 116 | 0 | 6 | 362 | 125 | 71 |
| Binary | 111100 | 110101 | 11101111 | 1001011 | 1001110 | 0 | 110 | 11110010 | 1010101 | 111001 |
Color Harmonies of #3C35EF
Complementary color
Monochromatic Colors of #3C35EF
Black with #3C35EF
Text Example
Text Example
White with #3C35EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C35EF; }
p { color: rgb(60,53,239); }
H1.HeaderClassName
{
color: #3C35EF;
}
.AnyTagClassName
{
color: #3C35EF;
}
</style>
background-color css
<style>
a { background-color: #3C35EF; }
a { background-color: rgb(60,53,239); }
div.DivClassName
{
background-color: #3C35EF;
}
.BgClassName
{
background-color: #3C35EF;
}
</style>
border-color css
<style>
span { border-color: #3C35EF; }
span { border-color: rgb(60,53,239); }
td.TdClassName
{
border-color: #3C35EF;
}
.TagClassName
{
border-color: #3C35EF;
}
</style>