#4d41dc

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

Shades of Neon Blue #4D41DC

Tints of Neon Blue #4D41DC

Color information

#4D41DC (or 0x4D41DC) is unknown color: approx Neon Blue. HEX triplet: 4D, 41 and DC. RGB value is (77,65,220). Sum of RGB (Red+Green+Blue) = 77+65+220=362 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.27% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 220 (86.33% from 255 or 60.77% from 362); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D41DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D41DC is #B2BE23. Grayscale: #555555. Windows color (decimal): -11714084 or 14434637. OLE color: 14434637.

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

Color convert

RGB7765220-
CMYK0.650.7000.14
HSL244.65º68.89%55.88%-
HSV(B)244.65º70.45%86.27%-
XYZ17.8710.5368.8-
YUV86.26203.48121.4-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.27%
GREEN value IS 65 (25.78% from 255) = 17.96%
BLUE value IS 220 (86.33% from 255) = 60.77%
R=21.27%
G=17.96%
B=60.77%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal77652200.650.7000.14244.6568.8955.88
Hex4D41DC41460Ef54538
Octal11510133410110601636510570
Binary10011011000001110111001000001100011001110111101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d41dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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