Html Css Color HEX #5048ED Neon Blue

📋 copy color: '#5048ED'

red 80 ◦ green 72 ◦ blue 237

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

Shades of Neon Blue #5048ED

Tints of Neon Blue #5048ED

RGB

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

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

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

R = 20.57%
G = 18.51%
B = 60.93%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5048ED (or 0x5048ED) is known color: Neon Blue. HEX triplet: 50, 48 and ED. RGB value is (80,72,237). Sum of RGB (Red+Green+Blue) = 80+72+237=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 72 (28.52% from 255 or 18.51% from 389); Blue value is 237 (92.97% from 255 or 60.93% from 389); Max value from RGB is 237 - color contains mainly: blue. Hex color #5048ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5048ED is #AFB712. Grayscale: #5C5C5C. Windows color (decimal): -11515667 or 15550544. OLE color: 15550544.

HSL color Cylindrical-coordinate representation of color #5048ED: hue angle of 242.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5048ED is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 72 237 -
CMYK 0.66 0.70 0 0.07
HSL 242.91º 0.82% 0.61% -
HSV(B) 242.91º 0.7% 0.93% -
XYZ 20.91 12.45 81.42 -
YUV 93.2 209.15 118.58 -
System Red Green Blue C M Y K H S L
Decimal 80 72 237 0.66 0.70 0 0.07 242.91 0.82 0.61
Hex 50 48 ED 42 46 0 7 F3 52 3D
Octal 120 110 355 102 106 0 7 363 122 75
Binary 1010000 1001000 11101101 1000010 1000110 0 111 11110011 1010010 111101

Color Harmonies of #5048ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048ED

Black with #5048ED

Text Example


Text Example

White with #5048ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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