Html Css Color HEX #4C3CEC Neon Blue

📋 copy color: '#4C3CEC'

red 76 ◦ green 60 ◦ blue 236

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

Shades of Neon Blue #4C3CEC

Tints of Neon Blue #4C3CEC

RGB

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

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

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

R = 20.43%
G = 16.13%
B = 63.44%

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

#4C3CEC (or 0x4C3CEC) is known color: Neon Blue. HEX triplet: 4C, 3C and EC. RGB value is (76,60,236). Sum of RGB (Red+Green+Blue) = 76+60+236=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C3CEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3CEC is #B3C313. Grayscale: #545454. Windows color (decimal): -11780884 or 15481932. OLE color: 15481932.

HSL color Cylindrical-coordinate representation of color #4C3CEC: hue angle of 245.45º 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 #4C3CEC is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 60 236 -
CMYK 0.68 0.75 0 0.07
HSL 245.45º 0.82% 0.58% -
HSV(B) 245.45º 0.75% 0.93% -
XYZ 19.74 10.82 80.41 -
YUV 84.85 213.3 121.69 -
System Red Green Blue C M Y K H S L
Decimal 76 60 236 0.68 0.75 0 0.07 245.45 0.82 0.58
Hex 4C 3C EC 44 4B 0 7 F5 52 3A
Octal 114 74 354 104 113 0 7 365 122 72
Binary 1001100 111100 11101100 1000100 1001011 0 111 11110101 1010010 111010

Color Harmonies of #4C3CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3CEC

Black with #4C3CEC

Text Example


Text Example

White with #4C3CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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