Html Css Color HEX #4C3AF1 Neon Blue

📋 copy color: '#4C3AF1'

red 76 ◦ green 58 ◦ blue 241

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

Shades of Neon Blue #4C3AF1

Tints of Neon Blue #4C3AF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 64.27%

R = 20.27%
G = 15.47%
B = 64.27%

CMYK

 C value IS 0.68

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4C3AF1 (or 0x4C3AF1) is known color: Neon Blue. HEX triplet: 4C, 3A and F1. RGB value is (76,58,241). Sum of RGB (Red+Green+Blue) = 76+58+241=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 241 (94.53% from 255 or 64.27% from 375); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C3AF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3AF1 is #B3C50E. Grayscale: #535353. Windows color (decimal): -11781391 or 15809100. OLE color: 15809100.

HSL color Cylindrical-coordinate representation of color #4C3AF1: hue angle of 245.9º degrees, saturation: 0.87, 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 #4C3AF1 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 76 58 241 -
CMYK 0.68 0.76 0 0.05
HSL 245.9º 0.87% 0.59% -
HSV(B) 245.9º 0.76% 0.95% -
XYZ 20.37 10.91 84.25 -
YUV 84.24 216.46 122.12 -
System Red Green Blue C M Y K H S L
Decimal 76 58 241 0.68 0.76 0 0.05 245.9 0.87 0.59
Hex 4C 3A F1 44 4C 0 5 F6 57 3B
Octal 114 72 361 104 114 0 5 366 127 73
Binary 1001100 111010 11110001 1000100 1001100 0 101 11110110 1010111 111011

Color Harmonies of #4C3AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3AF1

Black with #4C3AF1

Text Example


Text Example

White with #4C3AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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