Shades of Neon Blue #3C3CFC
Tints of Neon Blue #3C3CFC
RGB
CMYK
RGB Variations
Color information
#3C3CFC (or 0x3C3CFC) is known color: Neon Blue. HEX triplet: 3C, 3C and FC. RGB value is (60,60,252). Sum of RGB (Red+Green+Blue) = 60+60+252=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 252 (98.83% from 255 or 67.74% from 372); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C3CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3CFC is #C3C303. Grayscale: #515151. Windows color (decimal): -12829444 or 16530492. OLE color: 16530492.
HSL color Cylindrical-coordinate representation of color #3C3CFC: hue angle of 240º 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 #3C3CFC is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 60 | 252 | - |
| CMYK | 0.76 | 0.76 | 0 | 0.01 |
| HSL | 240º | 0.97% | 0.61% | - |
| HSV(B) | 240º | 0.76% | 0.99% | - |
| XYZ | 21.05 | 11.22 | 93.15 | - |
| YUV | 81.89 | 224 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 60 | 252 | 0.76 | 0.76 | 0 | 0.01 | 240 | 0.97 | 0.61 |
| Hex | 3C | 3C | FC | 4C | 4C | 0 | 1 | F0 | 61 | 3D |
| Octal | 74 | 74 | 374 | 114 | 114 | 0 | 1 | 360 | 141 | 75 |
| Binary | 111100 | 111100 | 11111100 | 1001100 | 1001100 | 0 | 1 | 11110000 | 1100001 | 111101 |
Color Harmonies of #3C3CFC
Complementary color
Monochromatic Colors of #3C3CFC
Black with #3C3CFC
Text Example
Text Example
White with #3C3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3CFC; }
p { color: rgb(60,60,252); }
H1.HeaderClassName
{
color: #3C3CFC;
}
.AnyTagClassName
{
color: #3C3CFC;
}
</style>
background-color css
<style>
a { background-color: #3C3CFC; }
a { background-color: rgb(60,60,252); }
div.DivClassName
{
background-color: #3C3CFC;
}
.BgClassName
{
background-color: #3C3CFC;
}
</style>
border-color css
<style>
span { border-color: #3C3CFC; }
span { border-color: rgb(60,60,252); }
td.TdClassName
{
border-color: #3C3CFC;
}
.TagClassName
{
border-color: #3C3CFC;
}
</style>