Html Css Color HEX #5040EB Neon Blue

📋 copy color: '#5040EB'

red 80 ◦ green 64 ◦ blue 235

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

Shades of Neon Blue #5040EB

Tints of Neon Blue #5040EB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 235 (92.19% from 255) = 62.01%

R = 21.11%
G = 16.89%
B = 62.01%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5040EB (or 0x5040EB) is known color: Neon Blue. HEX triplet: 50, 40 and EB. RGB value is (80,64,235). Sum of RGB (Red+Green+Blue) = 80+64+235=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 235 (92.19% from 255 or 62.01% from 379); Max value from RGB is 235 - color contains mainly: blue. Hex color #5040EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5040EB is #AFBF14. Grayscale: #575757. Windows color (decimal): -11517717 or 15417424. OLE color: 15417424.

HSL color Cylindrical-coordinate representation of color #5040EB: hue angle of 245.61º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5040EB is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 64 235 -
CMYK 0.66 0.73 0 0.08
HSL 245.61º 0.81% 0.59% -
HSV(B) 245.61º 0.73% 0.92% -
XYZ 20.14 11.37 79.73 -
YUV 88.28 210.8 122.1 -
System Red Green Blue C M Y K H S L
Decimal 80 64 235 0.66 0.73 0 0.08 245.61 0.81 0.59
Hex 50 40 EB 42 49 0 8 F6 51 3B
Octal 120 100 353 102 111 0 10 366 121 73
Binary 1010000 1000000 11101011 1000010 1001001 0 1000 11110110 1010001 111011

Color Harmonies of #5040EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040EB

Black with #5040EB

Text Example


Text Example

White with #5040EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5040EB; }

 p { color: rgb(80,64,235); }

 H1.HeaderClassName
 {
   color: #5040EB;
 }
 .AnyTagClassName
 {
   color: #5040EB;
 }
</style>

background-color css

<style>
 a { background-color: #5040EB; }

 a { background-color: rgb(80,64,235); }

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

border-color css

<style>
 span { border-color: #5040EB; }

 span { border-color: rgb(80,64,235); }

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