Html Css Color HEX #5048E6 Neon Blue

📋 copy color: '#5048E6'

red 80 ◦ green 72 ◦ blue 230

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

Shades of Neon Blue #5048E6

Tints of Neon Blue #5048E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 60.21%

R = 20.94%
G = 18.85%
B = 60.21%

CMYK

 C value IS 0.65

 M value IS 0.69

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5048E6 (or 0x5048E6) is known color: Neon Blue. HEX triplet: 50, 48 and E6. RGB value is (80,72,230). Sum of RGB (Red+Green+Blue) = 80+72+230=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 230 (90.23% from 255 or 60.21% from 382); Max value from RGB is 230 - color contains mainly: blue. Hex color #5048E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5048E6 is #AFB719. Grayscale: #5B5B5B. Windows color (decimal): -11515674 or 15091792. OLE color: 15091792.

HSL color Cylindrical-coordinate representation of color #5048E6: hue angle of 243.04º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5048E6 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 72 230 -
CMYK 0.65 0.69 0 0.10
HSL 243.04º 0.76% 0.59% -
HSV(B) 243.04º 0.69% 0.9% -
XYZ 19.91 12.05 76.14 -
YUV 92.4 205.65 119.15 -
System Red Green Blue C M Y K H S L
Decimal 80 72 230 0.65 0.69 0 0.10 243.04 0.76 0.59
Hex 50 48 E6 41 45 0 A F3 4C 3B
Octal 120 110 346 101 105 0 12 363 114 73
Binary 1010000 1001000 11100110 1000001 1000101 0 1010 11110011 1001100 111011

Color Harmonies of #5048E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048E6

Black with #5048E6

Text Example


Text Example

White with #5048E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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