Shades of Neon Blue #4C3DFA
Tints of Neon Blue #4C3DFA
RGB
CMYK
RGB Variations
Color information
#4C3DFA (or 0x4C3DFA) is known color: Neon Blue. HEX triplet: 4C, 3D and FA. RGB value is (76,61,250). Sum of RGB (Red+Green+Blue) = 76+61+250=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C3DFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3DFA is #B3C205. Grayscale: #565656. Windows color (decimal): -11780614 or 16399692. OLE color: 16399692.
HSL color Cylindrical-coordinate representation of color #4C3DFA: hue angle of 244.76º 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 #4C3DFA is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 76 | 61 | 250 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.02 |
| HSL | 244.76º | 0.95% | 0.61% | - |
| HSV(B) | 244.76º | 0.76% | 0.98% | - |
| XYZ | 21.9 | 11.78 | 91.56 | - |
| YUV | 87.03 | 219.97 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 61 | 250 | 0.70 | 0.76 | 0 | 0.02 | 244.76 | 0.95 | 0.61 |
| Hex | 4C | 3D | FA | 46 | 4C | 0 | 2 | F5 | 5F | 3D |
| Octal | 114 | 75 | 372 | 106 | 114 | 0 | 2 | 365 | 137 | 75 |
| Binary | 1001100 | 111101 | 11111010 | 1000110 | 1001100 | 0 | 10 | 11110101 | 1011111 | 111101 |
Color Harmonies of #4C3DFA
Complementary color
Monochromatic Colors of #4C3DFA
Black with #4C3DFA
Text Example
Text Example
White with #4C3DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C3DFA; }
p { color: rgb(76,61,250); }
H1.HeaderClassName
{
color: #4C3DFA;
}
.AnyTagClassName
{
color: #4C3DFA;
}
</style>
background-color css
<style>
a { background-color: #4C3DFA; }
a { background-color: rgb(76,61,250); }
div.DivClassName
{
background-color: #4C3DFA;
}
.BgClassName
{
background-color: #4C3DFA;
}
</style>
border-color css
<style>
span { border-color: #4C3DFA; }
span { border-color: rgb(76,61,250); }
td.TdClassName
{
border-color: #4C3DFA;
}
.TagClassName
{
border-color: #4C3DFA;
}
</style>