Html Css Color HEX #4C3AF3 Neon Blue

📋 copy color: '#4C3AF3'

red 76 ◦ green 58 ◦ blue 243

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

Shades of Neon Blue #4C3AF3

Tints of Neon Blue #4C3AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 64.46%

R = 20.16%
G = 15.38%
B = 64.46%

CMYK

 C value IS 0.69

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4C3AF3 (or 0x4C3AF3) is known color: Neon Blue. HEX triplet: 4C, 3A and F3. RGB value is (76,58,243). Sum of RGB (Red+Green+Blue) = 76+58+243=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 243 (95.31% from 255 or 64.46% from 377); Max value from RGB is 243 - color contains mainly: blue. Hex color #4C3AF3 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3AF3 is #B3C50C. Grayscale: #535353. Windows color (decimal): -11781389 or 15940172. OLE color: 15940172.

HSL color Cylindrical-coordinate representation of color #4C3AF3: hue angle of 245.84º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C3AF3 is Cyan = 0.69, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 58 243 -
CMYK 0.69 0.76 0 0.05
HSL 245.84º 0.89% 0.59% -
HSV(B) 245.84º 0.76% 0.95% -
XYZ 20.67 11.03 85.83 -
YUV 84.47 217.46 121.96 -
System Red Green Blue C M Y K H S L
Decimal 76 58 243 0.69 0.76 0 0.05 245.84 0.89 0.59
Hex 4C 3A F3 45 4C 0 5 F6 59 3B
Octal 114 72 363 105 114 0 5 366 131 73
Binary 1001100 111010 11110011 1000101 1001100 0 101 11110110 1011001 111011

Color Harmonies of #4C3AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3AF3

Black with #4C3AF3

Text Example


Text Example

White with #4C3AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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