#4c3de1

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

Shades of Neon Blue #4C3DE1

Tints of Neon Blue #4C3DE1

Color information

#4C3DE1 (or 0x4C3DE1) is unknown color: approx Neon Blue. HEX triplet: 4C, 3D and E1. RGB value is (76,61,225). Sum of RGB (Red+Green+Blue) = 76+61+225=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 225 (88.28% from 255 or 62.15% from 362); Max value from RGB is 225 - color contains mainly: blue. Hex color #4C3DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3DE1 is #B3C21E. Grayscale: #535353. Windows color (decimal): -11780639 or 14761292. OLE color: 14761292.

HSL color Cylindrical-coordinate representation of color #4C3DE1: hue angle of 245.49º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C3DE1 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB7661225-
CMYK0.660.7300.12
HSL245.49º73.21%56.08%-
HSV(B)245.49º72.89%88.24%-
XYZ18.2410.3172.26-
YUV84.18207.47122.16-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.99%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 225 (88.28% from 255) = 62.15%
R=20.99%
G=16.85%
B=62.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal76612250.660.7300.12245.4973.2156.08
Hex4C3DE142490Cf54938
Octal1147534110211101436511170
Binary1001100111101111000011000010100100101100111101011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c3de1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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