Html Css Color HEX #4C3EF1 Neon Blue

📋 copy color: '#4C3EF1'

red 76 ◦ green 62 ◦ blue 241

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

Shades of Neon Blue #4C3EF1

Tints of Neon Blue #4C3EF1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

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

R = 20.05%
G = 16.36%
B = 63.59%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4C3EF1 (or 0x4C3EF1) is known color: Neon Blue. HEX triplet: 4C, 3E and F1. RGB value is (76,62,241). Sum of RGB (Red+Green+Blue) = 76+62+241=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C3EF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3EF1 is #B3C10E. Grayscale: #555555. Windows color (decimal): -11780367 or 15810124. OLE color: 15810124.

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

Color convert

RGB 76 62 241 -
CMYK 0.68 0.74 0 0.05
HSL 244.69º 0.86% 0.59% -
HSV(B) 244.69º 0.74% 0.95% -
XYZ 20.58 11.33 84.32 -
YUV 86.59 215.14 120.45 -
System Red Green Blue C M Y K H S L
Decimal 76 62 241 0.68 0.74 0 0.05 244.69 0.86 0.59
Hex 4C 3E F1 44 4A 0 5 F5 56 3B
Octal 114 76 361 104 112 0 5 365 126 73
Binary 1001100 111110 11110001 1000100 1001010 0 101 11110101 1010110 111011

Color Harmonies of #4C3EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3EF1

Black with #4C3EF1

Text Example


Text Example

White with #4C3EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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