Html Css Color HEX #5048E0 Neon Blue

📋 copy color: '#5048E0'

red 80 ◦ green 72 ◦ blue 224

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

Shades of Neon Blue #5048E0

Tints of Neon Blue #5048E0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 224 (87.89% from 255) = 59.57%

R = 21.28%
G = 19.15%
B = 59.57%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5048E0 (or 0x5048E0) is known color: Neon Blue. HEX triplet: 50, 48 and E0. RGB value is (80,72,224). Sum of RGB (Red+Green+Blue) = 80+72+224=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 224 (87.89% from 255 or 59.57% from 376); Max value from RGB is 224 - color contains mainly: blue. Hex color #5048E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048E0 is #AFB71F. Grayscale: #5B5B5B. Windows color (decimal): -11515680 or 14698576. OLE color: 14698576.

HSL color Cylindrical-coordinate representation of color #5048E0: hue angle of 243.16º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5048E0 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 72 224 -
CMYK 0.64 0.68 0 0.12
HSL 243.16º 0.71% 0.58% -
HSV(B) 243.16º 0.68% 0.88% -
XYZ 19.08 11.72 71.78 -
YUV 91.72 202.65 119.64 -
System Red Green Blue C M Y K H S L
Decimal 80 72 224 0.64 0.68 0 0.12 243.16 0.71 0.58
Hex 50 48 E0 40 44 0 C F3 47 3A
Octal 120 110 340 100 104 0 14 363 107 72
Binary 1010000 1001000 11100000 1000000 1000100 0 1100 11110011 1000111 111010

Color Harmonies of #5048E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048E0

Black with #5048E0

Text Example


Text Example

White with #5048E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5048E0; }

 p { color: rgb(80,72,224); }

 H1.HeaderClassName
 {
   color: #5048E0;
 }
 .AnyTagClassName
 {
   color: #5048E0;
 }
</style>

background-color css

<style>
 a { background-color: #5048E0; }

 a { background-color: rgb(80,72,224); }

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

border-color css

<style>
 span { border-color: #5048E0; }

 span { border-color: rgb(80,72,224); }

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