Shades of Neon Blue #3C47FC
Tints of Neon Blue #3C47FC
RGB
CMYK
RGB Variations
Color information
#3C47FC (or 0x3C47FC) is known color: Neon Blue. HEX triplet: 3C, 47 and FC. RGB value is (60,71,252). Sum of RGB (Red+Green+Blue) = 60+71+252=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 252 (98.83% from 255 or 65.80% from 383); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C47FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C47FC is #C3B803. Grayscale: #575757. Windows color (decimal): -12826628 or 16533308. OLE color: 16533308.
HSL color Cylindrical-coordinate representation of color #3C47FC: hue angle of 236.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C47FC is Cyan = 0.76, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 71 | 252 | - |
| CMYK | 0.76 | 0.72 | 0 | 0.01 |
| HSL | 236.56º | 0.97% | 0.61% | - |
| HSV(B) | 236.56º | 0.76% | 0.99% | - |
| XYZ | 21.69 | 12.5 | 93.36 | - |
| YUV | 88.35 | 220.36 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 252 | 0.76 | 0.72 | 0 | 0.01 | 236.56 | 0.97 | 0.61 |
| Hex | 3C | 47 | FC | 4C | 48 | 0 | 1 | ED | 61 | 3D |
| Octal | 74 | 107 | 374 | 114 | 110 | 0 | 1 | 355 | 141 | 75 |
| Binary | 111100 | 1000111 | 11111100 | 1001100 | 1001000 | 0 | 1 | 11101101 | 1100001 | 111101 |
Color Harmonies of #3C47FC
Complementary color
Monochromatic Colors of #3C47FC
Black with #3C47FC
Text Example
Text Example
White with #3C47FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C47FC; }
p { color: rgb(60,71,252); }
H1.HeaderClassName
{
color: #3C47FC;
}
.AnyTagClassName
{
color: #3C47FC;
}
</style>
background-color css
<style>
a { background-color: #3C47FC; }
a { background-color: rgb(60,71,252); }
div.DivClassName
{
background-color: #3C47FC;
}
.BgClassName
{
background-color: #3C47FC;
}
</style>
border-color css
<style>
span { border-color: #3C47FC; }
span { border-color: rgb(60,71,252); }
td.TdClassName
{
border-color: #3C47FC;
}
.TagClassName
{
border-color: #3C47FC;
}
</style>