Html Css Color HEX #4C3EFF Neon Blue

📋 copy color: '#4C3EFF'

red 76 ◦ green 62 ◦ blue 255

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

Shades of Neon Blue #4C3EFF

Tints of Neon Blue #4C3EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.89%

R = 19.34%
G = 15.78%
B = 64.89%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4C3EFF (or 0x4C3EFF) is known color: Neon Blue. HEX triplet: 4C, 3E and FF. RGB value is (76,62,255). Sum of RGB (Red+Green+Blue) = 76+62+255=393 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.34% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #4C3EFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C3EFF is #B3C100. Grayscale: #575757. Windows color (decimal): -11780353 or 16727628. OLE color: 16727628.

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

Color convert

RGB 76 62 255 -
CMYK 0.70 0.76 0 0
HSL 244.35º 1% 0.62% -
HSV(B) 244.35º 0.76% 1% -
XYZ 22.75 12.2 95.76 -
YUV 88.19 222.14 119.31 -
System Red Green Blue C M Y K H S L
Decimal 76 62 255 0.70 0.76 0 0 244.35 1 0.62
Hex 4C 3E FF 46 4C 0 0 F4 64 3E
Octal 114 76 377 106 114 0 0 364 144 76
Binary 1001100 111110 11111111 1000110 1001100 0 0 11110100 1100100 111110

Color Harmonies of #4C3EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3EFF

Black with #4C3EFF

Text Example


Text Example

White with #4C3EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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