Shades of Neon Blue #3C4AFA
Tints of Neon Blue #3C4AFA
RGB
CMYK
RGB Variations
Color information
#3C4AFA (or 0x3C4AFA) is known color: Neon Blue. HEX triplet: 3C, 4A and FA. RGB value is (60,74,250). Sum of RGB (Red+Green+Blue) = 60+74+250=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #3C4AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3C4AFA is #C3B505. Grayscale: #595959. Windows color (decimal): -12825862 or 16403004. OLE color: 16403004.
HSL color Cylindrical-coordinate representation of color #3C4AFA: hue angle of 235.58º degrees, saturation: 0.95, 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 #3C4AFA is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 60 | 74 | 250 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.02 |
| HSL | 235.58º | 0.95% | 0.61% | - |
| HSV(B) | 235.58º | 0.76% | 0.98% | - |
| XYZ | 21.57 | 12.76 | 91.77 | - |
| YUV | 89.88 | 218.36 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 74 | 250 | 0.76 | 0.70 | 0 | 0.02 | 235.58 | 0.95 | 0.61 |
| Hex | 3C | 4A | FA | 4C | 46 | 0 | 2 | EC | 5F | 3D |
| Octal | 74 | 112 | 372 | 114 | 106 | 0 | 2 | 354 | 137 | 75 |
| Binary | 111100 | 1001010 | 11111010 | 1001100 | 1000110 | 0 | 10 | 11101100 | 1011111 | 111101 |
Color Harmonies of #3C4AFA
Complementary color
Monochromatic Colors of #3C4AFA
Black with #3C4AFA
Text Example
Text Example
White with #3C4AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4AFA; }
p { color: rgb(60,74,250); }
H1.HeaderClassName
{
color: #3C4AFA;
}
.AnyTagClassName
{
color: #3C4AFA;
}
</style>
background-color css
<style>
a { background-color: #3C4AFA; }
a { background-color: rgb(60,74,250); }
div.DivClassName
{
background-color: #3C4AFA;
}
.BgClassName
{
background-color: #3C4AFA;
}
</style>
border-color css
<style>
span { border-color: #3C4AFA; }
span { border-color: rgb(60,74,250); }
td.TdClassName
{
border-color: #3C4AFA;
}
.TagClassName
{
border-color: #3C4AFA;
}
</style>