Shades of Neon Blue #3C4CFF
Tints of Neon Blue #3C4CFF
RGB
CMYK
RGB Variations
Color information
#3C4CFF (or 0x3C4CFF) is known color: Neon Blue. HEX triplet: 3C, 4C and FF. RGB value is (60,76,255). Sum of RGB (Red+Green+Blue) = 60+76+255=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #3C4CFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C4CFF is #C3B300. Grayscale: #5A5A5A. Windows color (decimal): -12825345 or 16731196. OLE color: 16731196.
HSL color Cylindrical-coordinate representation of color #3C4CFF: hue angle of 235.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C4CFF is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 76 | 255 | - |
| CMYK | 0.76 | 0.70 | 0 | 0 |
| HSL | 235.08º | 1% | 0.62% | - |
| HSV(B) | 235.08º | 0.76% | 1% | - |
| XYZ | 22.5 | 13.35 | 96 | - |
| YUV | 91.62 | 220.2 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 76 | 255 | 0.76 | 0.70 | 0 | 0 | 235.08 | 1 | 0.62 |
| Hex | 3C | 4C | FF | 4C | 46 | 0 | 0 | EB | 64 | 3E |
| Octal | 74 | 114 | 377 | 114 | 106 | 0 | 0 | 353 | 144 | 76 |
| Binary | 111100 | 1001100 | 11111111 | 1001100 | 1000110 | 0 | 0 | 11101011 | 1100100 | 111110 |
Color Harmonies of #3C4CFF
Complementary color
Monochromatic Colors of #3C4CFF
Black with #3C4CFF
Text Example
Text Example
White with #3C4CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4CFF; }
p { color: rgb(60,76,255); }
H1.HeaderClassName
{
color: #3C4CFF;
}
.AnyTagClassName
{
color: #3C4CFF;
}
</style>
background-color css
<style>
a { background-color: #3C4CFF; }
a { background-color: rgb(60,76,255); }
div.DivClassName
{
background-color: #3C4CFF;
}
.BgClassName
{
background-color: #3C4CFF;
}
</style>
border-color css
<style>
span { border-color: #3C4CFF; }
span { border-color: rgb(60,76,255); }
td.TdClassName
{
border-color: #3C4CFF;
}
.TagClassName
{
border-color: #3C4CFF;
}
</style>