Html Css Color HEX #4C3AEC Neon Blue

📋 copy color: '#4C3AEC'

red 76 ◦ green 58 ◦ blue 236

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

Shades of Neon Blue #4C3AEC

Tints of Neon Blue #4C3AEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 63.78%

R = 20.54%
G = 15.68%
B = 63.78%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4C3AEC (or 0x4C3AEC) is known color: Neon Blue. HEX triplet: 4C, 3A and EC. RGB value is (76,58,236). Sum of RGB (Red+Green+Blue) = 76+58+236=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C3AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3AEC is #B3C513. Grayscale: #525252. Windows color (decimal): -11781396 or 15481420. OLE color: 15481420.

HSL color Cylindrical-coordinate representation of color #4C3AEC: hue angle of 246.07º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C3AEC is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 58 236 -
CMYK 0.68 0.75 0 0.07
HSL 246.07º 0.82% 0.58% -
HSV(B) 246.07º 0.75% 0.93% -
XYZ 19.63 10.62 80.37 -
YUV 83.67 213.96 122.53 -
System Red Green Blue C M Y K H S L
Decimal 76 58 236 0.68 0.75 0 0.07 246.07 0.82 0.58
Hex 4C 3A EC 44 4B 0 7 F6 52 3A
Octal 114 72 354 104 113 0 7 366 122 72
Binary 1001100 111010 11101100 1000100 1001011 0 111 11110110 1010010 111010

Color Harmonies of #4C3AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3AEC

Black with #4C3AEC

Text Example


Text Example

White with #4C3AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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