Shades of Neon Blue #3C3FEF
Tints of Neon Blue #3C3FEF
RGB
CMYK
RGB Variations
Color information
#3C3FEF (or 0x3C3FEF) is known color: Neon Blue. HEX triplet: 3C, 3F and EF. RGB value is (60,63,239). Sum of RGB (Red+Green+Blue) = 60+63+239=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C3FEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3FEF is #C3C010. Grayscale: #515151. Windows color (decimal): -12828689 or 15679292. OLE color: 15679292.
HSL color Cylindrical-coordinate representation of color #3C3FEF: hue angle of 238.99º 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 #3C3FEF is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 63 | 239 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.06 |
| HSL | 238.99º | 0.85% | 0.59% | - |
| HSV(B) | 238.99º | 0.75% | 0.94% | - |
| XYZ | 19.22 | 10.75 | 82.72 | - |
| YUV | 82.17 | 216.51 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 239 | 0.75 | 0.74 | 0 | 0.06 | 238.99 | 0.85 | 0.59 |
| Hex | 3C | 3F | EF | 4B | 4A | 0 | 6 | EF | 55 | 3B |
| Octal | 74 | 77 | 357 | 113 | 112 | 0 | 6 | 357 | 125 | 73 |
| Binary | 111100 | 111111 | 11101111 | 1001011 | 1001010 | 0 | 110 | 11101111 | 1010101 | 111011 |
Color Harmonies of #3C3FEF
Complementary color
Monochromatic Colors of #3C3FEF
Black with #3C3FEF
Text Example
Text Example
White with #3C3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3FEF; }
p { color: rgb(60,63,239); }
H1.HeaderClassName
{
color: #3C3FEF;
}
.AnyTagClassName
{
color: #3C3FEF;
}
</style>
background-color css
<style>
a { background-color: #3C3FEF; }
a { background-color: rgb(60,63,239); }
div.DivClassName
{
background-color: #3C3FEF;
}
.BgClassName
{
background-color: #3C3FEF;
}
</style>
border-color css
<style>
span { border-color: #3C3FEF; }
span { border-color: rgb(60,63,239); }
td.TdClassName
{
border-color: #3C3FEF;
}
.TagClassName
{
border-color: #3C3FEF;
}
</style>