#4D3DDC

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

Shades of Neon Blue #4D3DDC

Tints of Neon Blue #4D3DDC

Color information

#4D3DDC (or 0x4D3DDC) is unknown color: approx Neon Blue. HEX triplet: 4D, 3D and DC. RGB value is (77,61,220). Sum of RGB (Red+Green+Blue) = 77+61+220=358 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.51% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D3DDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DDC is #B2C223. Grayscale: #535353. Windows color (decimal): -11715108 or 14433613. OLE color: 14433613.

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

Color convert

RGB7761220-
CMYK0.650.7200.14
HSL246.04º69.43%55.1%-
HSV(B)246.04º72.27%86.27%-
XYZ17.6510.0868.73-
YUV83.91204.8123.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.51%
GREEN value IS 61 (24.22% from 255) = 17.04%
BLUE value IS 220 (86.33% from 255) = 61.45%
R=21.51%
G=17.04%
B=61.45%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal77612200.650.7200.14246.0469.4355.1
Hex4D3DDC41480Ef64537
Octal1157533410111001636610567
Binary1001101111101110111001000001100100001110111101101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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