Html Css Color HEX #4C3DDC Neon Blue

📋 copy color: '#4C3DDC'

red 76 ◦ green 61 ◦ blue 220

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

Shades of Neon Blue #4C3DDC

Tints of Neon Blue #4C3DDC

RGB

 RED value IS 76 (30.08% from 255) = 21.29%

 GREEN value IS 61 (24.22% from 255) = 17.09%

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

R = 21.29%
G = 17.09%
B = 61.62%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C3DDC (or 0x4C3DDC) is known color: Neon Blue. HEX triplet: 4C, 3D and DC. RGB value is (76,61,220). Sum of RGB (Red+Green+Blue) = 76+61+220=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 61 (24.22% from 255 or 17.09% 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 #4C3DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3DDC is #B3C223. Grayscale: #525252. Windows color (decimal): -11780644 or 14433612. OLE color: 14433612.

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

Color convert

RGB 76 61 220 -
CMYK 0.65 0.72 0 0.14
HSL 245.66º 0.69% 0.55% -
HSV(B) 245.66º 0.72% 0.86% -
XYZ 17.57 10.04 68.72 -
YUV 83.61 204.97 122.57 -
System Red Green Blue C M Y K H S L
Decimal 76 61 220 0.65 0.72 0 0.14 245.66 0.69 0.55
Hex 4C 3D DC 41 48 0 E F6 45 37
Octal 114 75 334 101 110 0 16 366 105 67
Binary 1001100 111101 11011100 1000001 1001000 0 1110 11110110 1000101 110111

Color Harmonies of #4C3DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3DDC

Black with #4C3DDC

Text Example


Text Example

White with #4C3DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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