Shades of Neon Blue #3C3FFB
Tints of Neon Blue #3C3FFB
RGB
CMYK
RGB Variations
Color information
#3C3FFB (or 0x3C3FFB) is known color: Neon Blue. HEX triplet: 3C, 3F and FB. RGB value is (60,63,251). Sum of RGB (Red+Green+Blue) = 60+63+251=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C3FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3FFB is #C3C004. Grayscale: #525252. Windows color (decimal): -12828677 or 16465724. OLE color: 16465724.
HSL color Cylindrical-coordinate representation of color #3C3FFB: hue angle of 239.06º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C3FFB is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 63 | 251 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.02 |
| HSL | 239.06º | 0.96% | 0.61% | - |
| HSV(B) | 239.06º | 0.76% | 0.98% | - |
| XYZ | 21.05 | 11.48 | 92.37 | - |
| YUV | 83.54 | 222.51 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 251 | 0.76 | 0.75 | 0 | 0.02 | 239.06 | 0.96 | 0.61 |
| Hex | 3C | 3F | FB | 4C | 4B | 0 | 2 | EF | 60 | 3D |
| Octal | 74 | 77 | 373 | 114 | 113 | 0 | 2 | 357 | 140 | 75 |
| Binary | 111100 | 111111 | 11111011 | 1001100 | 1001011 | 0 | 10 | 11101111 | 1100000 | 111101 |
Color Harmonies of #3C3FFB
Complementary color
Monochromatic Colors of #3C3FFB
Black with #3C3FFB
Text Example
Text Example
White with #3C3FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3FFB; }
p { color: rgb(60,63,251); }
H1.HeaderClassName
{
color: #3C3FFB;
}
.AnyTagClassName
{
color: #3C3FFB;
}
</style>
background-color css
<style>
a { background-color: #3C3FFB; }
a { background-color: rgb(60,63,251); }
div.DivClassName
{
background-color: #3C3FFB;
}
.BgClassName
{
background-color: #3C3FFB;
}
</style>
border-color css
<style>
span { border-color: #3C3FFB; }
span { border-color: rgb(60,63,251); }
td.TdClassName
{
border-color: #3C3FFB;
}
.TagClassName
{
border-color: #3C3FFB;
}
</style>