Html Css Color HEX #5056EA Neon Blue

📋 copy color: '#5056EA'

red 80 ◦ green 86 ◦ blue 234

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

Shades of Neon Blue #5056EA

Tints of Neon Blue #5056EA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

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

R = 20%
G = 21.5%
B = 58.5%

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

#5056EA (or 0x5056EA) is known color: Neon Blue. HEX triplet: 50, 56 and EA. RGB value is (80,86,234). Sum of RGB (Red+Green+Blue) = 80+86+234=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 234 (91.80% from 255 or 58.5% from 400); Max value from RGB is 234 - color contains mainly: blue. Hex color #5056EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5056EA is #AFA915. Grayscale: #646464. Windows color (decimal): -11512086 or 15357520. OLE color: 15357520.

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

Color convert

RGB 80 86 234 -
CMYK 0.66 0.63 0 0.08
HSL 237.66º 0.79% 0.62% -
HSV(B) 237.66º 0.66% 0.92% -
XYZ 21.49 14.3 79.47 -
YUV 101.08 203.01 112.97 -
System Red Green Blue C M Y K H S L
Decimal 80 86 234 0.66 0.63 0 0.08 237.66 0.79 0.62
Hex 50 56 EA 42 3F 0 8 EE 4F 3E
Octal 120 126 352 102 77 0 10 356 117 76
Binary 1010000 1010110 11101010 1000010 111111 0 1000 11101110 1001111 111110

Color Harmonies of #5056EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5056EA

Black with #5056EA

Text Example


Text Example

White with #5056EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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