Html Css Color HEX #4C40F4 Neon Blue

📋 copy color: '#4C40F4'

red 76 ◦ green 64 ◦ blue 244

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

Shades of Neon Blue #4C40F4

Tints of Neon Blue #4C40F4

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

 BLUE value IS 244 (95.7% from 255) = 63.54%

R = 19.79%
G = 16.67%
B = 63.54%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#4C40F4 (or 0x4C40F4) is known color: Neon Blue. HEX triplet: 4C, 40 and F4. RGB value is (76,64,244). Sum of RGB (Red+Green+Blue) = 76+64+244=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 244 (95.70% from 255 or 63.54% from 384); Max value from RGB is 244 - color contains mainly: blue. Hex color #4C40F4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C40F4 is #B3BF0B. Grayscale: #575757. Windows color (decimal): -11779852 or 16007244. OLE color: 16007244.

HSL color Cylindrical-coordinate representation of color #4C40F4: hue angle of 244º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4C40F4 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 76 64 244 -
CMYK 0.69 0.74 0 0.04
HSL 244º 0.89% 0.6% -
HSV(B) 244º 0.74% 0.96% -
XYZ 21.14 11.73 86.74 -
YUV 88.11 215.98 119.36 -
System Red Green Blue C M Y K H S L
Decimal 76 64 244 0.69 0.74 0 0.04 244 0.89 0.6
Hex 4C 40 F4 45 4A 0 4 F4 59 3C
Octal 114 100 364 105 112 0 4 364 131 74
Binary 1001100 1000000 11110100 1000101 1001010 0 100 11110100 1011001 111100

Color Harmonies of #4C40F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C40F4

Black with #4C40F4

Text Example


Text Example

White with #4C40F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,244); }

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

background-color css

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

 a { background-color: rgb(76,64,244); }

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

border-color css

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

 span { border-color: rgb(76,64,244); }

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