Shades of Neon Blue #3F3CFC
Tints of Neon Blue #3F3CFC
RGB
CMYK
RGB Variations
Color information
#3F3CFC (or 0x3F3CFC) is known color: Neon Blue. HEX triplet: 3F, 3C and FC. RGB value is (63,60,252). Sum of RGB (Red+Green+Blue) = 63+60+252=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #3F3CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3F3CFC is #C0C303. Grayscale: #525252. Windows color (decimal): -12632836 or 16530495. OLE color: 16530495.
HSL color Cylindrical-coordinate representation of color #3F3CFC: hue angle of 240.94º 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 #3F3CFC is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 63 | 60 | 252 | - |
| CMYK | 0.75 | 0.76 | 0 | 0.01 |
| HSL | 240.94º | 0.97% | 0.61% | - |
| HSV(B) | 240.94º | 0.76% | 0.99% | - |
| XYZ | 21.24 | 11.32 | 93.16 | - |
| YUV | 82.79 | 223.49 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 252 | 0.75 | 0.76 | 0 | 0.01 | 240.94 | 0.97 | 0.61 |
| Hex | 3F | 3C | FC | 4B | 4C | 0 | 1 | F1 | 61 | 3D |
| Octal | 77 | 74 | 374 | 113 | 114 | 0 | 1 | 361 | 141 | 75 |
| Binary | 111111 | 111100 | 11111100 | 1001011 | 1001100 | 0 | 1 | 11110001 | 1100001 | 111101 |
Color Harmonies of #3F3CFC
Complementary color
Monochromatic Colors of #3F3CFC
Black with #3F3CFC
Text Example
Text Example
White with #3F3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3CFC; }
p { color: rgb(63,60,252); }
H1.HeaderClassName
{
color: #3F3CFC;
}
.AnyTagClassName
{
color: #3F3CFC;
}
</style>
background-color css
<style>
a { background-color: #3F3CFC; }
a { background-color: rgb(63,60,252); }
div.DivClassName
{
background-color: #3F3CFC;
}
.BgClassName
{
background-color: #3F3CFC;
}
</style>
border-color css
<style>
span { border-color: #3F3CFC; }
span { border-color: rgb(63,60,252); }
td.TdClassName
{
border-color: #3F3CFC;
}
.TagClassName
{
border-color: #3F3CFC;
}
</style>