Shades of Neon Blue #3C4EFB
Tints of Neon Blue #3C4EFB
RGB
CMYK
RGB Variations
Color information
#3C4EFB (or 0x3C4EFB) is known color: Neon Blue. HEX triplet: 3C, 4E and FB. RGB value is (60,78,251). Sum of RGB (Red+Green+Blue) = 60+78+251=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #3C4EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3C4EFB is #C3B104. Grayscale: #5B5B5B. Windows color (decimal): -12824837 or 16469564. OLE color: 16469564.
HSL color Cylindrical-coordinate representation of color #3C4EFB: hue angle of 234.35º 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 #3C4EFB is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 78 | 251 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.02 |
| HSL | 234.35º | 0.96% | 0.61% | - |
| HSV(B) | 234.35º | 0.76% | 0.98% | - |
| XYZ | 22 | 13.37 | 92.69 | - |
| YUV | 92.34 | 217.54 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 78 | 251 | 0.76 | 0.69 | 0 | 0.02 | 234.35 | 0.96 | 0.61 |
| Hex | 3C | 4E | FB | 4C | 45 | 0 | 2 | EA | 60 | 3D |
| Octal | 74 | 116 | 373 | 114 | 105 | 0 | 2 | 352 | 140 | 75 |
| Binary | 111100 | 1001110 | 11111011 | 1001100 | 1000101 | 0 | 10 | 11101010 | 1100000 | 111101 |
Color Harmonies of #3C4EFB
Complementary color
Monochromatic Colors of #3C4EFB
Black with #3C4EFB
Text Example
Text Example
White with #3C4EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4EFB; }
p { color: rgb(60,78,251); }
H1.HeaderClassName
{
color: #3C4EFB;
}
.AnyTagClassName
{
color: #3C4EFB;
}
</style>
background-color css
<style>
a { background-color: #3C4EFB; }
a { background-color: rgb(60,78,251); }
div.DivClassName
{
background-color: #3C4EFB;
}
.BgClassName
{
background-color: #3C4EFB;
}
</style>
border-color css
<style>
span { border-color: #3C4EFB; }
span { border-color: rgb(60,78,251); }
td.TdClassName
{
border-color: #3C4EFB;
}
.TagClassName
{
border-color: #3C4EFB;
}
</style>