Html Css Color HEX #4E50EF Neon Blue

📋 copy color: '#4E50EF'

red 78 ◦ green 80 ◦ blue 239

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

Shades of Neon Blue #4E50EF

Tints of Neon Blue #4E50EF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 19.65%
G = 20.15%
B = 60.2%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4E50EF (or 0x4E50EF) is known color: Neon Blue. HEX triplet: 4E, 50 and EF. RGB value is (78,80,239). Sum of RGB (Red+Green+Blue) = 78+80+239=397 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.65% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 239 (93.75% from 255 or 60.20% from 397); Max value from RGB is 239 - color contains mainly: blue. Hex color #4E50EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E50EF is #B1AF10. Grayscale: #606060. Windows color (decimal): -11644689 or 15683662. OLE color: 15683662.

HSL color Cylindrical-coordinate representation of color #4E50EF: hue angle of 239.25º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4E50EF is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 80 239 -
CMYK 0.67 0.67 0 0.06
HSL 239.25º 0.83% 0.62% -
HSV(B) 239.25º 0.67% 0.94% -
XYZ 21.59 13.59 83.15 -
YUV 97.53 207.84 114.07 -
System Red Green Blue C M Y K H S L
Decimal 78 80 239 0.67 0.67 0 0.06 239.25 0.83 0.62
Hex 4E 50 EF 43 43 0 6 EF 53 3E
Octal 116 120 357 103 103 0 6 357 123 76
Binary 1001110 1010000 11101111 1000011 1000011 0 110 11101111 1010011 111110

Color Harmonies of #4E50EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E50EF

Black with #4E50EF

Text Example


Text Example

White with #4E50EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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