Html Css Color HEX #5056EE Neon Blue

📋 copy color: '#5056EE'

red 80 ◦ green 86 ◦ blue 238

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

Shades of Neon Blue #5056EE

Tints of Neon Blue #5056EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 58.91%

R = 19.8%
G = 21.29%
B = 58.91%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5056EE (or 0x5056EE) is known color: Neon Blue. HEX triplet: 50, 56 and EE. RGB value is (80,86,238). Sum of RGB (Red+Green+Blue) = 80+86+238=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 238 (93.36% from 255 or 58.91% from 404); Max value from RGB is 238 - color contains mainly: blue. Hex color #5056EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5056EE is #AFA911. Grayscale: #646464. Windows color (decimal): -11512082 or 15619664. OLE color: 15619664.

HSL color Cylindrical-coordinate representation of color #5056EE: hue angle of 237.72º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5056EE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 86 238 -
CMYK 0.66 0.64 0 0.07
HSL 237.72º 0.82% 0.62% -
HSV(B) 237.72º 0.66% 0.93% -
XYZ 22.07 14.53 82.53 -
YUV 101.53 205.01 112.64 -
System Red Green Blue C M Y K H S L
Decimal 80 86 238 0.66 0.64 0 0.07 237.72 0.82 0.62
Hex 50 56 EE 42 40 0 7 EE 52 3E
Octal 120 126 356 102 100 0 7 356 122 76
Binary 1010000 1010110 11101110 1000010 1000000 0 111 11101110 1010010 111110

Color Harmonies of #5056EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5056EE

Black with #5056EE

Text Example


Text Example

White with #5056EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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