#4C3DEA

Color #4C3DEA Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #4C3DEA

Tints of Neon Blue #4C3DEA

Color information

#4C3DEA (or 0x4C3DEA) is unknown color: approx Neon Blue. HEX triplet: 4C, 3D and EA. RGB value is (76,61,234). Sum of RGB (Red+Green+Blue) = 76+61+234=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C3DEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3DEA is #B3C215. Grayscale: #545454. Windows color (decimal): -11780630 or 15351116. OLE color: 15351116.

HSL color Cylindrical-coordinate representation of color #4C3DEA: hue angle of 245.2º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C3DEA is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7661234-
CMYK0.680.7400.08
HSL245.2º80.47%57.84%-
HSV(B)245.2º73.93%91.76%-
XYZ19.510.8178.9-
YUV85.21211.97121.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 20.49%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 234 (91.80% from 255) = 63.07%
R=20.49%
G=16.44%
B=63.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal76612340.680.7400.08245.280.4757.84
Hex4C3DEA444A08f5503a
Octal1147535210411201036512072
Binary1001100111101111010101000100100101001000111101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C3DEA; }

 p { color: rgb(76,61,234); }

 H1.HeaderClassName
 {
   color: #4C3DEA;
 }
 .AnyTagClassName
 {
   color: #4C3DEA;
 }
</style>
background-color css

<style>
 a { background-color: #4C3DEA; }

 a { background-color: rgb(76,61,234); }

 div.DivClassName
 {
   background-color: #4C3DEA;
 }
 .BgClassName
 {
   background-color: #4C3DEA;
 }
</style>
border-color css

<style>
 span { border-color: #4C3DEA; }

 span { border-color: rgb(76,61,234); }

 td.TdClassName
 {
   border-color: #4C3DEA;
 }
 .TagClassName
 {
   border-color: #4C3DEA;
 }
</style>