Html Css Color HEX #4C3EFE Neon Blue

📋 copy color: '#4C3EFE'

red 76 ◦ green 62 ◦ blue 254

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

Shades of Neon Blue #4C3EFE

Tints of Neon Blue #4C3EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 19.39%
G = 15.82%
B = 64.8%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4C3EFE (or 0x4C3EFE) is known color: Neon Blue. HEX triplet: 4C, 3E and FE. RGB value is (76,62,254). Sum of RGB (Red+Green+Blue) = 76+62+254=392 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.39% from 392); Green value is 62 (24.61% from 255 or 15.82% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C3EFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3EFE is #B3C101. Grayscale: #575757. Windows color (decimal): -11780354 or 16662092. OLE color: 16662092.

HSL color Cylindrical-coordinate representation of color #4C3EFE: hue angle of 244.37º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C3EFE is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 76 62 254 -
CMYK 0.70 0.76 0 0.00
HSL 244.38º 0.99% 0.62% -
HSV(B) 244.38º 0.76% 1% -
XYZ 22.59 12.14 94.92 -
YUV 88.07 221.64 119.39 -
System Red Green Blue C M Y K H S L
Decimal 76 62 254 0.70 0.76 0 0.00 244.38 0.99 0.62
Hex 4C 3E FE 46 4C 0 0 F4 63 3E
Octal 114 76 376 106 114 0 0 364 143 76
Binary 1001100 111110 11111110 1000110 1001100 0 0 11110100 1100011 111110

Color Harmonies of #4C3EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3EFE

Black with #4C3EFE

Text Example


Text Example

White with #4C3EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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