#4D40DC

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

Shades of Neon Blue #4D40DC

Tints of Neon Blue #4D40DC

Color information

#4D40DC (or 0x4D40DC) is unknown color: approx Neon Blue. HEX triplet: 4D, 40 and DC. RGB value is (77,64,220). Sum of RGB (Red+Green+Blue) = 77+64+220=361 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.33% from 361); Green value is 64 (25.39% from 255 or 17.73% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D40DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D40DC is #B2BF23. Grayscale: #555555. Windows color (decimal): -11714340 or 14434381. OLE color: 14434381.

HSL color Cylindrical-coordinate representation of color #4D40DC: hue angle of 245º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D40DC is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7764220-
CMYK0.650.7100.14
HSL245º69.03%55.69%-
HSV(B)245º70.91%86.27%-
XYZ17.8110.4168.78-
YUV85.67203.81121.82-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.33%
GREEN value IS 64 (25.39% from 255) = 17.73%
BLUE value IS 220 (86.33% from 255) = 60.94%
R=21.33%
G=17.73%
B=60.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal77642200.650.7100.1424569.0355.69
Hex4D40DC41470Ef54538
Octal11510033410110701636510570
Binary10011011000000110111001000001100011101110111101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D40DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,64,220); }

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

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

 a { background-color: rgb(77,64,220); }

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

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

 span { border-color: rgb(77,64,220); }

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