#4C3CE5

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

Shades of Neon Blue #4C3CE5

Tints of Neon Blue #4C3CE5

Color information

#4C3CE5 (or 0x4C3CE5) is unknown color: approx Neon Blue. HEX triplet: 4C, 3C and E5. RGB value is (76,60,229). Sum of RGB (Red+Green+Blue) = 76+60+229=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 229 (89.84% from 255 or 62.74% from 365); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C3CE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CE5 is #B3C31A. Grayscale: #535353. Windows color (decimal): -11780891 or 15023180. OLE color: 15023180.

HSL color Cylindrical-coordinate representation of color #4C3CE5: hue angle of 245.68º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C3CE5 is Cyan = 0.67, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7660229-
CMYK0.670.7400.10
HSL245.68º76.47%56.67%-
HSV(B)245.68º73.8%89.8%-
XYZ18.7410.4375.15-
YUV84.05209.8122.26-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.82%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 229 (89.84% from 255) = 62.74%
R=20.82%
G=16.44%
B=62.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal76602290.670.7400.10245.6876.4756.67
Hex4C3CE5434A0Af64c39
Octal1147434510311201236611471
Binary1001100111100111001011000011100101001010111101101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,60,229); }

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

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

 a { background-color: rgb(76,60,229); }

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

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

 span { border-color: rgb(76,60,229); }

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