Html Css Color HEX #5049E8 Neon Blue

📋 copy color: '#5049E8'

red 80 ◦ green 73 ◦ blue 232

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

Shades of Neon Blue #5049E8

Tints of Neon Blue #5049E8

RGB

 RED value IS 80 (31.64% from 255) = 20.78%

 GREEN value IS 73 (28.91% from 255) = 18.96%

 BLUE value IS 232 (91.02% from 255) = 60.26%

R = 20.78%
G = 18.96%
B = 60.26%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5049E8 (or 0x5049E8) is known color: Neon Blue. HEX triplet: 50, 49 and E8. RGB value is (80,73,232). Sum of RGB (Red+Green+Blue) = 80+73+232=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 232 (91.02% from 255 or 60.26% from 385); Max value from RGB is 232 - color contains mainly: blue. Hex color #5049E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5049E8 is #AFB617. Grayscale: #5C5C5C. Windows color (decimal): -11515416 or 15223120. OLE color: 15223120.

HSL color Cylindrical-coordinate representation of color #5049E8: hue angle of 242.64º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5049E8 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 73 232 -
CMYK 0.66 0.69 0 0.09
HSL 242.64º 0.78% 0.6% -
HSV(B) 242.64º 0.69% 0.91% -
XYZ 20.26 12.3 77.65 -
YUV 93.22 206.32 118.57 -
System Red Green Blue C M Y K H S L
Decimal 80 73 232 0.66 0.69 0 0.09 242.64 0.78 0.6
Hex 50 49 E8 42 45 0 9 F3 4E 3C
Octal 120 111 350 102 105 0 11 363 116 74
Binary 1010000 1001001 11101000 1000010 1000101 0 1001 11110011 1001110 111100

Color Harmonies of #5049E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049E8

Black with #5049E8

Text Example


Text Example

White with #5049E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5049E8; }

 p { color: rgb(80,73,232); }

 H1.HeaderClassName
 {
   color: #5049E8;
 }
 .AnyTagClassName
 {
   color: #5049E8;
 }
</style>

background-color css

<style>
 a { background-color: #5049E8; }

 a { background-color: rgb(80,73,232); }

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

border-color css

<style>
 span { border-color: #5049E8; }

 span { border-color: rgb(80,73,232); }

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