Html Css Color HEX #5053E4 Neon Blue

📋 copy color: '#5053E4'

red 80 ◦ green 83 ◦ blue 228

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

Shades of Neon Blue #5053E4

Tints of Neon Blue #5053E4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.23%

 BLUE value IS 228 (89.45% from 255) = 58.31%

R = 20.46%
G = 21.23%
B = 58.31%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5053E4 (or 0x5053E4) is known color: Neon Blue. HEX triplet: 50, 53 and E4. RGB value is (80,83,228). Sum of RGB (Red+Green+Blue) = 80+83+228=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 228 (89.45% from 255 or 58.31% from 391); Max value from RGB is 228 - color contains mainly: blue. Hex color #5053E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5053E4 is #AFAC1B. Grayscale: #626262. Windows color (decimal): -11512860 or 14963536. OLE color: 14963536.

HSL color Cylindrical-coordinate representation of color #5053E4: hue angle of 238.78º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5053E4 is Cyan = 0.65, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 83 228 -
CMYK 0.65 0.64 0 0.11
HSL 238.78º 0.73% 0.6% -
HSV(B) 238.78º 0.65% 0.89% -
XYZ 20.41 13.49 74.93 -
YUV 98.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 80 83 228 0.65 0.64 0 0.11 238.78 0.73 0.6
Hex 50 53 E4 41 40 0 B EF 49 3C
Octal 120 123 344 101 100 0 13 357 111 74
Binary 1010000 1010011 11100100 1000001 1000000 0 1011 11101111 1001001 111100

Color Harmonies of #5053E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5053E4

Black with #5053E4

Text Example


Text Example

White with #5053E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5053E4; }

 p { color: rgb(80,83,228); }

 H1.HeaderClassName
 {
   color: #5053E4;
 }
 .AnyTagClassName
 {
   color: #5053E4;
 }
</style>

background-color css

<style>
 a { background-color: #5053E4; }

 a { background-color: rgb(80,83,228); }

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

border-color css

<style>
 span { border-color: #5053E4; }

 span { border-color: rgb(80,83,228); }

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