Html Css Color HEX #5040DF Neon Blue

📋 copy color: '#5040DF'

red 80 ◦ green 64 ◦ blue 223

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

Shades of Neon Blue #5040DF

Tints of Neon Blue #5040DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 21.8%
G = 17.44%
B = 60.76%

CMYK

 C value IS 0.64

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5040DF (or 0x5040DF) is known color: Neon Blue. HEX triplet: 50, 40 and DF. RGB value is (80,64,223). Sum of RGB (Red+Green+Blue) = 80+64+223=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #5040DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5040DF is #AFBF20. Grayscale: #565656. Windows color (decimal): -11517729 or 14630992. OLE color: 14630992.

HSL color Cylindrical-coordinate representation of color #5040DF: hue angle of 246.04º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5040DF is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 64 223 -
CMYK 0.64 0.71 0 0.13
HSL 246.04º 0.71% 0.56% -
HSV(B) 246.04º 0.71% 0.87% -
XYZ 18.46 10.7 70.9 -
YUV 86.91 204.8 123.07 -
System Red Green Blue C M Y K H S L
Decimal 80 64 223 0.64 0.71 0 0.13 246.04 0.71 0.56
Hex 50 40 DF 40 47 0 D F6 47 38
Octal 120 100 337 100 107 0 15 366 107 70
Binary 1010000 1000000 11011111 1000000 1000111 0 1101 11110110 1000111 111000

Color Harmonies of #5040DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040DF

Black with #5040DF

Text Example


Text Example

White with #5040DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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