Html Css Color HEX #4D43DC Neon Blue

📋 copy color: '#4D43DC'

red 77 ◦ green 67 ◦ blue 220

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

Shades of Neon Blue #4D43DC

Tints of Neon Blue #4D43DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.41%

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

R = 21.15%
G = 18.41%
B = 60.44%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4D43DC (or 0x4D43DC) is known color: Neon Blue. HEX triplet: 4D, 43 and DC. RGB value is (77,67,220). Sum of RGB (Red+Green+Blue) = 77+67+220=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 67 (26.56% from 255 or 18.41% from 364); Blue value is 220 (86.33% from 255 or 60.44% from 364); Max value from RGB is 220 - color contains mainly: blue. Hex color #4D43DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D43DC is #B2BC23. Grayscale: #565656. Windows color (decimal): -11713572 or 14435149. OLE color: 14435149.

HSL color Cylindrical-coordinate representation of color #4D43DC: hue angle of 243.92º 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 #4D43DC is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 77 67 220 -
CMYK 0.65 0.70 0 0.14
HSL 243.92º 0.69% 0.56% -
HSV(B) 243.92º 0.7% 0.86% -
XYZ 17.99 10.76 68.84 -
YUV 87.43 202.81 120.56 -
System Red Green Blue C M Y K H S L
Decimal 77 67 220 0.65 0.70 0 0.14 243.92 0.69 0.56
Hex 4D 43 DC 41 46 0 E F4 45 38
Octal 115 103 334 101 106 0 16 364 105 70
Binary 1001101 1000011 11011100 1000001 1000110 0 1110 11110100 1000101 111000

Color Harmonies of #4D43DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D43DC

Black with #4D43DC

Text Example


Text Example

White with #4D43DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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