Html Css Color HEX #4E50ED Neon Blue

📋 copy color: '#4E50ED'

red 78 ◦ green 80 ◦ blue 237

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

Shades of Neon Blue #4E50ED

Tints of Neon Blue #4E50ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60%

R = 19.75%
G = 20.25%
B = 60%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4E50ED (or 0x4E50ED) is known color: Neon Blue. HEX triplet: 4E, 50 and ED. RGB value is (78,80,237). Sum of RGB (Red+Green+Blue) = 78+80+237=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 237 (92.97% from 255 or 60% from 395); Max value from RGB is 237 - color contains mainly: blue. Hex color #4E50ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #4E50ED is #B1AF12. Grayscale: #606060. Windows color (decimal): -11644691 or 15552590. OLE color: 15552590.

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

Color convert

RGB 78 80 237 -
CMYK 0.67 0.66 0 0.07
HSL 239.25º 0.82% 0.62% -
HSV(B) 239.25º 0.67% 0.93% -
XYZ 21.3 13.47 81.6 -
YUV 97.3 206.84 114.23 -
System Red Green Blue C M Y K H S L
Decimal 78 80 237 0.67 0.66 0 0.07 239.25 0.82 0.62
Hex 4E 50 ED 43 42 0 7 EF 52 3E
Octal 116 120 355 103 102 0 7 357 122 76
Binary 1001110 1010000 11101101 1000011 1000010 0 111 11101111 1010010 111110

Color Harmonies of #4E50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E50ED

Black with #4E50ED

Text Example


Text Example

White with #4E50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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