Html Css Color HEX #4C3ADC Neon Blue

📋 copy color: '#4C3ADC'

red 76 ◦ green 58 ◦ blue 220

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

Shades of Neon Blue #4C3ADC

Tints of Neon Blue #4C3ADC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.38%

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

R = 21.47%
G = 16.38%
B = 62.15%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4C3ADC (or 0x4C3ADC) is known color: Neon Blue. HEX triplet: 4C, 3A and DC. RGB value is (76,58,220). Sum of RGB (Red+Green+Blue) = 76+58+220=354 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.47% from 354); Green value is 58 (23.05% from 255 or 16.38% from 354); Blue value is 220 (86.33% from 255 or 62.15% from 354); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C3ADC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3ADC is #B3C523. Grayscale: #515151. Windows color (decimal): -11781412 or 14432844. OLE color: 14432844.

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

Color convert

RGB 76 58 220 -
CMYK 0.65 0.74 0 0.14
HSL 246.67º 0.7% 0.55% -
HSV(B) 246.67º 0.74% 0.86% -
XYZ 17.41 9.73 68.67 -
YUV 81.85 205.96 123.83 -
System Red Green Blue C M Y K H S L
Decimal 76 58 220 0.65 0.74 0 0.14 246.67 0.7 0.55
Hex 4C 3A DC 41 4A 0 E F7 46 37
Octal 114 72 334 101 112 0 16 367 106 67
Binary 1001100 111010 11011100 1000001 1001010 0 1110 11110111 1000110 110111

Color Harmonies of #4C3ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3ADC

Black with #4C3ADC

Text Example


Text Example

White with #4C3ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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