Shades of Neon Blue #3C41FC
Tints of Neon Blue #3C41FC
RGB
CMYK
RGB Variations
Color information
#3C41FC (or 0x3C41FC) is known color: Neon Blue. HEX triplet: 3C, 41 and FC. RGB value is (60,65,252). Sum of RGB (Red+Green+Blue) = 60+65+252=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C41FC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C41FC is #C3BE03. Grayscale: #545454. Windows color (decimal): -12828164 or 16531772. OLE color: 16531772.
HSL color Cylindrical-coordinate representation of color #3C41FC: hue angle of 238.44º 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 #3C41FC is Cyan = 0.76, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 65 | 252 | - |
| CMYK | 0.76 | 0.74 | 0 | 0.01 |
| HSL | 238.44º | 0.97% | 0.61% | - |
| HSV(B) | 238.44º | 0.76% | 0.99% | - |
| XYZ | 21.32 | 11.77 | 93.24 | - |
| YUV | 84.82 | 222.34 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 252 | 0.76 | 0.74 | 0 | 0.01 | 238.44 | 0.97 | 0.61 |
| Hex | 3C | 41 | FC | 4C | 4A | 0 | 1 | EE | 61 | 3D |
| Octal | 74 | 101 | 374 | 114 | 112 | 0 | 1 | 356 | 141 | 75 |
| Binary | 111100 | 1000001 | 11111100 | 1001100 | 1001010 | 0 | 1 | 11101110 | 1100001 | 111101 |
Color Harmonies of #3C41FC
Complementary color
Monochromatic Colors of #3C41FC
Black with #3C41FC
Text Example
Text Example
White with #3C41FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C41FC; }
p { color: rgb(60,65,252); }
H1.HeaderClassName
{
color: #3C41FC;
}
.AnyTagClassName
{
color: #3C41FC;
}
</style>
background-color css
<style>
a { background-color: #3C41FC; }
a { background-color: rgb(60,65,252); }
div.DivClassName
{
background-color: #3C41FC;
}
.BgClassName
{
background-color: #3C41FC;
}
</style>
border-color css
<style>
span { border-color: #3C41FC; }
span { border-color: rgb(60,65,252); }
td.TdClassName
{
border-color: #3C41FC;
}
.TagClassName
{
border-color: #3C41FC;
}
</style>