#4C3DE5

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

Shades of Neon Blue #4C3DE5

Tints of Neon Blue #4C3DE5

Color information

#4C3DE5 (or 0x4C3DE5) is unknown color: approx Neon Blue. HEX triplet: 4C, 3D and E5. RGB value is (76,61,229). Sum of RGB (Red+Green+Blue) = 76+61+229=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 229 (89.84% from 255 or 62.57% from 366); Max value from RGB is 229 - color contains mainly: blue. Hex color #4C3DE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3DE5 is #B3C21A. Grayscale: #535353. Windows color (decimal): -11780635 or 15023436. OLE color: 15023436.

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

Color convert

RGB7661229-
CMYK0.670.7300.10
HSL245.36º76.36%56.86%-
HSV(B)245.36º73.36%89.8%-
XYZ18.7910.5375.17-
YUV84.64209.47121.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 229 (89.84% from 255) = 62.57%
R=20.77%
G=16.67%
B=62.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal76612290.670.7300.10245.3676.3656.86
Hex4C3DE543490Af54c39
Octal1147534510311101236511471
Binary1001100111101111001011000011100100101010111101011001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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