Html Css Color HEX #5057EA Neon Blue

📋 copy color: '#5057EA'

red 80 ◦ green 87 ◦ blue 234

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

Shades of Neon Blue #5057EA

Tints of Neon Blue #5057EA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.7%

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

R = 19.95%
G = 21.7%
B = 58.35%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5057EA (or 0x5057EA) is known color: Neon Blue. HEX triplet: 50, 57 and EA. RGB value is (80,87,234). Sum of RGB (Red+Green+Blue) = 80+87+234=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 87 (34.38% from 255 or 21.70% from 401); Blue value is 234 (91.80% from 255 or 58.35% from 401); Max value from RGB is 234 - color contains mainly: blue. Hex color #5057EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5057EA is #AFA815. Grayscale: #656565. Windows color (decimal): -11511830 or 15357776. OLE color: 15357776.

HSL color Cylindrical-coordinate representation of color #5057EA: hue angle of 237.27º 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 #5057EA is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 87 234 -
CMYK 0.66 0.63 0 0.08
HSL 237.27º 0.79% 0.62% -
HSV(B) 237.27º 0.66% 0.92% -
XYZ 21.57 14.46 79.5 -
YUV 101.67 202.68 112.55 -
System Red Green Blue C M Y K H S L
Decimal 80 87 234 0.66 0.63 0 0.08 237.27 0.79 0.62
Hex 50 57 EA 42 3F 0 8 ED 4F 3E
Octal 120 127 352 102 77 0 10 355 117 76
Binary 1010000 1010111 11101010 1000010 111111 0 1000 11101101 1001111 111110

Color Harmonies of #5057EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5057EA

Black with #5057EA

Text Example


Text Example

White with #5057EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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