Shades of Neon Blue #3C2FFC
Tints of Neon Blue #3C2FFC
RGB
CMYK
RGB Variations
Color information
#3C2FFC (or 0x3C2FFC) is known color: Neon Blue. HEX triplet: 3C, 2F and FC. RGB value is (60,47,252). Sum of RGB (Red+Green+Blue) = 60+47+252=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 252 (98.83% from 255 or 70.19% from 359); Max value from RGB is 252 - color contains mainly: blue. Hex color #3C2FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C2FFC is #C3D003. Grayscale: #494949. Windows color (decimal): -12832772 or 16527164. OLE color: 16527164.
HSL color Cylindrical-coordinate representation of color #3C2FFC: hue angle of 243.8º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C2FFC is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 47 | 252 | - |
| CMYK | 0.76 | 0.81 | 0 | 0.01 |
| HSL | 243.8º | 0.97% | 0.59% | - |
| HSV(B) | 243.8º | 0.81% | 0.99% | - |
| XYZ | 20.45 | 10.02 | 92.95 | - |
| YUV | 74.26 | 228.31 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 47 | 252 | 0.76 | 0.81 | 0 | 0.01 | 243.8 | 0.97 | 0.59 |
| Hex | 3C | 2F | FC | 4C | 51 | 0 | 1 | F4 | 61 | 3B |
| Octal | 74 | 57 | 374 | 114 | 121 | 0 | 1 | 364 | 141 | 73 |
| Binary | 111100 | 101111 | 11111100 | 1001100 | 1010001 | 0 | 1 | 11110100 | 1100001 | 111011 |
Color Harmonies of #3C2FFC
Complementary color
Monochromatic Colors of #3C2FFC
Black with #3C2FFC
Text Example
Text Example
White with #3C2FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2FFC; }
p { color: rgb(60,47,252); }
H1.HeaderClassName
{
color: #3C2FFC;
}
.AnyTagClassName
{
color: #3C2FFC;
}
</style>
background-color css
<style>
a { background-color: #3C2FFC; }
a { background-color: rgb(60,47,252); }
div.DivClassName
{
background-color: #3C2FFC;
}
.BgClassName
{
background-color: #3C2FFC;
}
</style>
border-color css
<style>
span { border-color: #3C2FFC; }
span { border-color: rgb(60,47,252); }
td.TdClassName
{
border-color: #3C2FFC;
}
.TagClassName
{
border-color: #3C2FFC;
}
</style>