Html Css Color HEX #4C40F2 Neon Blue

📋 copy color: '#4C40F2'

red 76 ◦ green 64 ◦ blue 242

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

Shades of Neon Blue #4C40F2

Tints of Neon Blue #4C40F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.35%

R = 19.9%
G = 16.75%
B = 63.35%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4C40F2 (or 0x4C40F2) is known color: Neon Blue. HEX triplet: 4C, 40 and F2. RGB value is (76,64,242). Sum of RGB (Red+Green+Blue) = 76+64+242=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 64 (25.39% from 255 or 16.75% from 382); Blue value is 242 (94.92% from 255 or 63.35% from 382); Max value from RGB is 242 - color contains mainly: blue. Hex color #4C40F2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C40F2 is #B3BF0D. Grayscale: #575757. Windows color (decimal): -11779854 or 15876172. OLE color: 15876172.

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

Color convert

RGB 76 64 242 -
CMYK 0.69 0.74 0 0.05
HSL 244.04º 0.87% 0.6% -
HSV(B) 244.04º 0.74% 0.95% -
XYZ 20.84 11.61 85.15 -
YUV 87.88 214.98 119.53 -
System Red Green Blue C M Y K H S L
Decimal 76 64 242 0.69 0.74 0 0.05 244.04 0.87 0.6
Hex 4C 40 F2 45 4A 0 5 F4 57 3C
Octal 114 100 362 105 112 0 5 364 127 74
Binary 1001100 1000000 11110010 1000101 1001010 0 101 11110100 1010111 111100

Color Harmonies of #4C40F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C40F2

Black with #4C40F2

Text Example


Text Example

White with #4C40F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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