Html Css Color HEX #4C40EF Neon Blue

📋 copy color: '#4C40EF'

red 76 ◦ green 64 ◦ blue 239

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

Shades of Neon Blue #4C40EF

Tints of Neon Blue #4C40EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 20.05%
G = 16.89%
B = 63.06%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4C40EF (or 0x4C40EF) is known color: Neon Blue. HEX triplet: 4C, 40 and EF. RGB value is (76,64,239). Sum of RGB (Red+Green+Blue) = 76+64+239=379 (50% of max value = 765). Red value is 76 (30.08% from 255 or 20.05% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #4C40EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C40EF is #B3BF10. Grayscale: #565656. Windows color (decimal): -11779857 or 15679564. OLE color: 15679564.

HSL color Cylindrical-coordinate representation of color #4C40EF: hue angle of 244.11º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C40EF is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 64 239 -
CMYK 0.68 0.73 0 0.06
HSL 244.11º 0.85% 0.59% -
HSV(B) 244.11º 0.73% 0.94% -
XYZ 20.39 11.44 82.79 -
YUV 87.54 213.48 119.77 -
System Red Green Blue C M Y K H S L
Decimal 76 64 239 0.68 0.73 0 0.06 244.11 0.85 0.59
Hex 4C 40 EF 44 49 0 6 F4 55 3B
Octal 114 100 357 104 111 0 6 364 125 73
Binary 1001100 1000000 11101111 1000100 1001001 0 110 11110100 1010101 111011

Color Harmonies of #4C40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C40EF

Black with #4C40EF

Text Example


Text Example

White with #4C40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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