Html Css Color HEX #5053EA Neon Blue

📋 copy color: '#5053EA'

red 80 ◦ green 83 ◦ blue 234

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

Shades of Neon Blue #5053EA

Tints of Neon Blue #5053EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.94%

R = 20.15%
G = 20.91%
B = 58.94%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5053EA (or 0x5053EA) is known color: Neon Blue. HEX triplet: 50, 53 and EA. RGB value is (80,83,234). Sum of RGB (Red+Green+Blue) = 80+83+234=397 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.15% from 397); Green value is 83 (32.81% from 255 or 20.91% from 397); Blue value is 234 (91.80% from 255 or 58.94% from 397); Max value from RGB is 234 - color contains mainly: blue. Hex color #5053EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5053EA is #AFAC15. Grayscale: #626262. Windows color (decimal): -11512854 or 15356752. OLE color: 15356752.

HSL color Cylindrical-coordinate representation of color #5053EA: hue angle of 238.83º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5053EA is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 83 234 -
CMYK 0.66 0.65 0 0.08
HSL 238.83º 0.79% 0.62% -
HSV(B) 238.83º 0.66% 0.92% -
XYZ 21.25 13.83 79.39 -
YUV 99.32 204.01 114.22 -
System Red Green Blue C M Y K H S L
Decimal 80 83 234 0.66 0.65 0 0.08 238.83 0.79 0.62
Hex 50 53 EA 42 41 0 8 EF 4F 3E
Octal 120 123 352 102 101 0 10 357 117 76
Binary 1010000 1010011 11101010 1000010 1000001 0 1000 11101111 1001111 111110

Color Harmonies of #5053EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5053EA

Black with #5053EA

Text Example


Text Example

White with #5053EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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