Html Css Color HEX #5040EF Neon Blue

📋 copy color: '#5040EF'

red 80 ◦ green 64 ◦ blue 239

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

Shades of Neon Blue #5040EF

Tints of Neon Blue #5040EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 62.4%

R = 20.89%
G = 16.71%
B = 62.4%

CMYK

 C value IS 0.67

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5040EF (or 0x5040EF) is known color: Neon Blue. HEX triplet: 50, 40 and EF. RGB value is (80,64,239). Sum of RGB (Red+Green+Blue) = 80+64+239=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 239 (93.75% from 255 or 62.40% from 383); Max value from RGB is 239 - color contains mainly: blue. Hex color #5040EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5040EF is #AFBF10. Grayscale: #585858. Windows color (decimal): -11517713 or 15679568. OLE color: 15679568.

HSL color Cylindrical-coordinate representation of color #5040EF: hue angle of 245.49º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5040EF is Cyan = 0.67, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 64 239 -
CMYK 0.67 0.73 0 0.06
HSL 245.49º 0.85% 0.59% -
HSV(B) 245.49º 0.73% 0.94% -
XYZ 20.72 11.6 82.81 -
YUV 88.73 212.8 121.77 -
System Red Green Blue C M Y K H S L
Decimal 80 64 239 0.67 0.73 0 0.06 245.49 0.85 0.59
Hex 50 40 EF 43 49 0 6 F5 55 3B
Octal 120 100 357 103 111 0 6 365 125 73
Binary 1010000 1000000 11101111 1000011 1001001 0 110 11110101 1010101 111011

Color Harmonies of #5040EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040EF

Black with #5040EF

Text Example


Text Example

White with #5040EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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