Html Css Color HEX #4E40EF Neon Blue

📋 copy color: '#4E40EF'

red 78 ◦ green 64 ◦ blue 239

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

Shades of Neon Blue #4E40EF

Tints of Neon Blue #4E40EF

RGB

 RED value IS 78 (30.86% from 255) = 20.47%

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

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

R = 20.47%
G = 16.8%
B = 62.73%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4E40EF (or 0x4E40EF) is known color: Neon Blue. HEX triplet: 4E, 40 and EF. RGB value is (78,64,239). Sum of RGB (Red+Green+Blue) = 78+64+239=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 239 (93.75% from 255 or 62.73% from 381); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E40EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4E40EF is #B1BF10. Grayscale: #575757. Windows color (decimal): -11648785 or 15679566. OLE color: 15679566.

HSL color Cylindrical-coordinate representation of color #4E40EF: hue angle of 244.8º 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 #4E40EF is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 64 239 -
CMYK 0.67 0.73 0 0.06
HSL 244.8º 0.85% 0.59% -
HSV(B) 244.8º 0.73% 0.94% -
XYZ 20.56 11.52 82.8 -
YUV 88.14 213.14 120.77 -
System Red Green Blue C M Y K H S L
Decimal 78 64 239 0.67 0.73 0 0.06 244.8 0.85 0.59
Hex 4E 40 EF 43 49 0 6 F5 55 3B
Octal 116 100 357 103 111 0 6 365 125 73
Binary 1001110 1000000 11101111 1000011 1001001 0 110 11110101 1010101 111011

Color Harmonies of #4E40EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E40EF

Black with #4E40EF

Text Example


Text Example

White with #4E40EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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