Html Css Color HEX #4C3EFA Neon Blue

📋 copy color: '#4C3EFA'

red 76 ◦ green 62 ◦ blue 250

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

Shades of Neon Blue #4C3EFA

Tints of Neon Blue #4C3EFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.43%

R = 19.59%
G = 15.98%
B = 64.43%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4C3EFA (or 0x4C3EFA) is known color: Neon Blue. HEX triplet: 4C, 3E and FA. RGB value is (76,62,250). Sum of RGB (Red+Green+Blue) = 76+62+250=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 62 (24.61% from 255 or 15.98% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #4C3EFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3EFA is #B3C105. Grayscale: #565656. Windows color (decimal): -11780358 or 16399948. OLE color: 16399948.

HSL color Cylindrical-coordinate representation of color #4C3EFA: hue angle of 244.47º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C3EFA is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 76 62 250 -
CMYK 0.70 0.75 0 0.02
HSL 244.47º 0.95% 0.61% -
HSV(B) 244.47º 0.75% 0.98% -
XYZ 21.96 11.88 91.58 -
YUV 87.62 219.64 119.71 -
System Red Green Blue C M Y K H S L
Decimal 76 62 250 0.70 0.75 0 0.02 244.47 0.95 0.61
Hex 4C 3E FA 46 4B 0 2 F4 5F 3D
Octal 114 76 372 106 113 0 2 364 137 75
Binary 1001100 111110 11111010 1000110 1001011 0 10 11110100 1011111 111101

Color Harmonies of #4C3EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3EFA

Black with #4C3EFA

Text Example


Text Example

White with #4C3EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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