#4C3EEA

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

Shades of Neon Blue #4C3EEA

Tints of Neon Blue #4C3EEA

Color information

#4C3EEA (or 0x4C3EEA) is unknown color: approx Neon Blue. HEX triplet: 4C, 3E and EA. RGB value is (76,62,234). Sum of RGB (Red+Green+Blue) = 76+62+234=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #4C3EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3EEA is #B3C115. Grayscale: #555555. Windows color (decimal): -11780374 or 15351372. OLE color: 15351372.

HSL color Cylindrical-coordinate representation of color #4C3EEA: hue angle of 244.88º 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 #4C3EEA is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB7662234-
CMYK0.680.7400.08
HSL244.88º80.37%58.04%-
HSV(B)244.88º73.5%91.76%-
XYZ19.5510.9278.92-
YUV85.79211.64121.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.43%
GREEN value IS 62 (24.61% from 255) = 16.67%
BLUE value IS 234 (91.80% from 255) = 62.90%
R=20.43%
G=16.67%
B=62.90%

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
Decimal76622340.680.7400.08244.8880.3758.04
Hex4C3EEA444A08f5503a
Octal1147635210411201036512072
Binary1001100111110111010101000100100101001000111101011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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