#4C41DE

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

Shades of Neon Blue #4C41DE

Tints of Neon Blue #4C41DE

Color information

#4C41DE (or 0x4C41DE) is unknown color: approx Neon Blue. HEX triplet: 4C, 41 and DE. RGB value is (76,65,222). Sum of RGB (Red+Green+Blue) = 76+65+222=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C41DE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C41DE is #B3BE21. Grayscale: #555555. Windows color (decimal): -11779618 or 14565708. OLE color: 14565708.

HSL color Cylindrical-coordinate representation of color #4C41DE: hue angle of 244.2º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C41DE is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB7665222-
CMYK0.660.7100.13
HSL244.2º70.4%56.27%-
HSV(B)244.2º70.72%87.06%-
XYZ18.0610.5970.2-
YUV86.19204.64120.73-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.94%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 222 (87.11% from 255) = 61.16%
R=20.94%
G=17.91%
B=61.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76652220.660.7100.13244.270.456.27
Hex4C41DE42470Df44638
Octal11410133610210701536410670
Binary10011001000001110111101000010100011101101111101001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C41DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,65,222); }

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

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

 a { background-color: rgb(76,65,222); }

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

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

 span { border-color: rgb(76,65,222); }

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