Html Css Color HEX #4D3CDC Neon Blue

📋 copy color: '#4D3CDC'

red 77 ◦ green 60 ◦ blue 220

#4D3CDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #4D3CDC

Tints of Neon Blue #4D3CDC

RGB

 RED value IS 77 (30.47% from 255) = 21.57%

 GREEN value IS 60 (23.83% from 255) = 16.81%

 BLUE value IS 220 (86.33% from 255) = 61.62%

R = 21.57%
G = 16.81%
B = 61.62%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D3CDC (or 0x4D3CDC) is known color: Neon Blue. HEX triplet: 4D, 3C and DC. RGB value is (77,60,220). Sum of RGB (Red+Green+Blue) = 77+60+220=357 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.57% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D3CDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3CDC is #B2C323. Grayscale: #525252. Windows color (decimal): -11715364 or 14433357. OLE color: 14433357.

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

Color convert

RGB 77 60 220 -
CMYK 0.65 0.73 0 0.14
HSL 246.38º 0.7% 0.55% -
HSV(B) 246.38º 0.73% 0.86% -
XYZ 17.59 9.98 68.71 -
YUV 83.32 205.13 123.49 -
System Red Green Blue C M Y K H S L
Decimal 77 60 220 0.65 0.73 0 0.14 246.38 0.7 0.55
Hex 4D 3C DC 41 49 0 E F6 46 37
Octal 115 74 334 101 111 0 16 366 106 67
Binary 1001101 111100 11011100 1000001 1001001 0 1110 11110110 1000110 110111

Color Harmonies of #4D3CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CDC

Black with #4D3CDC

Text Example


Text Example

White with #4D3CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D3CDC;
 }
 .AnyTagClassName
 {
   color: #4D3CDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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