Shades of Neon Blue #3C3EFB
Tints of Neon Blue #3C3EFB
RGB
CMYK
RGB Variations
Color information
#3C3EFB (or 0x3C3EFB) is known color: Neon Blue. HEX triplet: 3C, 3E and FB. RGB value is (60,62,251). Sum of RGB (Red+Green+Blue) = 60+62+251=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C3EFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C3EFB is #C3C104. Grayscale: #525252. Windows color (decimal): -12828933 or 16465468. OLE color: 16465468.
HSL color Cylindrical-coordinate representation of color #3C3EFB: hue angle of 239.37º 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 #3C3EFB is Cyan = 0.76, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 62 | 251 | - |
| CMYK | 0.76 | 0.75 | 0 | 0.02 |
| HSL | 239.37º | 0.96% | 0.61% | - |
| HSV(B) | 239.37º | 0.76% | 0.98% | - |
| XYZ | 21 | 11.37 | 92.35 | - |
| YUV | 82.95 | 222.84 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 251 | 0.76 | 0.75 | 0 | 0.02 | 239.37 | 0.96 | 0.61 |
| Hex | 3C | 3E | FB | 4C | 4B | 0 | 2 | EF | 60 | 3D |
| Octal | 74 | 76 | 373 | 114 | 113 | 0 | 2 | 357 | 140 | 75 |
| Binary | 111100 | 111110 | 11111011 | 1001100 | 1001011 | 0 | 10 | 11101111 | 1100000 | 111101 |
Color Harmonies of #3C3EFB
Complementary color
Monochromatic Colors of #3C3EFB
Black with #3C3EFB
Text Example
Text Example
White with #3C3EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3EFB; }
p { color: rgb(60,62,251); }
H1.HeaderClassName
{
color: #3C3EFB;
}
.AnyTagClassName
{
color: #3C3EFB;
}
</style>
background-color css
<style>
a { background-color: #3C3EFB; }
a { background-color: rgb(60,62,251); }
div.DivClassName
{
background-color: #3C3EFB;
}
.BgClassName
{
background-color: #3C3EFB;
}
</style>
border-color css
<style>
span { border-color: #3C3EFB; }
span { border-color: rgb(60,62,251); }
td.TdClassName
{
border-color: #3C3EFB;
}
.TagClassName
{
border-color: #3C3EFB;
}
</style>