Html Css Color HEX #4C3CEE Neon Blue

📋 copy color: '#4C3CEE'

red 76 ◦ green 60 ◦ blue 238

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

Shades of Neon Blue #4C3CEE

Tints of Neon Blue #4C3CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 63.64%

R = 20.32%
G = 16.04%
B = 63.64%

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

#4C3CEE (or 0x4C3CEE) is known color: Neon Blue. HEX triplet: 4C, 3C and EE. RGB value is (76,60,238). Sum of RGB (Red+Green+Blue) = 76+60+238=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 238 (93.36% from 255 or 63.64% from 374); Max value from RGB is 238 - color contains mainly: blue. Hex color #4C3CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3CEE is #B3C311. Grayscale: #545454. Windows color (decimal): -11780882 or 15613004. OLE color: 15613004.

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

Color convert

RGB 76 60 238 -
CMYK 0.68 0.75 0 0.07
HSL 245.39º 0.84% 0.58% -
HSV(B) 245.39º 0.75% 0.93% -
XYZ 20.03 10.94 81.95 -
YUV 85.08 214.3 121.53 -
System Red Green Blue C M Y K H S L
Decimal 76 60 238 0.68 0.75 0 0.07 245.39 0.84 0.58
Hex 4C 3C EE 44 4B 0 7 F5 54 3A
Octal 114 74 356 104 113 0 7 365 124 72
Binary 1001100 111100 11101110 1000100 1001011 0 111 11110101 1010100 111010

Color Harmonies of #4C3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3CEE

Black with #4C3CEE

Text Example


Text Example

White with #4C3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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