Shades of Neon Blue #3B3CFC
Tints of Neon Blue #3B3CFC
RGB
CMYK
RGB Variations
Color information
#3B3CFC (or 0x3B3CFC) is known color: Neon Blue. HEX triplet: 3B, 3C and FC. RGB value is (59,60,252). Sum of RGB (Red+Green+Blue) = 59+60+252=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 252 (98.83% from 255 or 67.92% from 371); Max value from RGB is 252 - color contains mainly: blue. Hex color #3B3CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3B3CFC is #C4C303. Grayscale: #505050. Windows color (decimal): -12894980 or 16530491. OLE color: 16530491.
HSL color Cylindrical-coordinate representation of color #3B3CFC: hue angle of 239.69º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B3CFC is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 59 | 60 | 252 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.01 |
| HSL | 239.69º | 0.97% | 0.61% | - |
| HSV(B) | 239.69º | 0.77% | 0.99% | - |
| XYZ | 20.99 | 11.19 | 93.15 | - |
| YUV | 81.59 | 224.17 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 60 | 252 | 0.77 | 0.76 | 0 | 0.01 | 239.69 | 0.97 | 0.61 |
| Hex | 3B | 3C | FC | 4D | 4C | 0 | 1 | F0 | 61 | 3D |
| Octal | 73 | 74 | 374 | 115 | 114 | 0 | 1 | 360 | 141 | 75 |
| Binary | 111011 | 111100 | 11111100 | 1001101 | 1001100 | 0 | 1 | 11110000 | 1100001 | 111101 |
Color Harmonies of #3B3CFC
Complementary color
Monochromatic Colors of #3B3CFC
Black with #3B3CFC
Text Example
Text Example
White with #3B3CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3CFC; }
p { color: rgb(59,60,252); }
H1.HeaderClassName
{
color: #3B3CFC;
}
.AnyTagClassName
{
color: #3B3CFC;
}
</style>
background-color css
<style>
a { background-color: #3B3CFC; }
a { background-color: rgb(59,60,252); }
div.DivClassName
{
background-color: #3B3CFC;
}
.BgClassName
{
background-color: #3B3CFC;
}
</style>
border-color css
<style>
span { border-color: #3B3CFC; }
span { border-color: rgb(59,60,252); }
td.TdClassName
{
border-color: #3B3CFC;
}
.TagClassName
{
border-color: #3B3CFC;
}
</style>