Html Css Color HEX #5041DF Neon Blue

📋 copy color: '#5041DF'

red 80 ◦ green 65 ◦ blue 223

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

Shades of Neon Blue #5041DF

Tints of Neon Blue #5041DF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

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

R = 21.74%
G = 17.66%
B = 60.6%

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

#5041DF (or 0x5041DF) is known color: Neon Blue. HEX triplet: 50, 41 and DF. RGB value is (80,65,223). Sum of RGB (Red+Green+Blue) = 80+65+223=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 223 (87.5% from 255 or 60.60% from 368); Max value from RGB is 223 - color contains mainly: blue. Hex color #5041DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5041DF is #AFBE20. Grayscale: #565656. Windows color (decimal): -11517473 or 14631248. OLE color: 14631248.

HSL color Cylindrical-coordinate representation of color #5041DF: hue angle of 245.7º 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 #5041DF is Cyan = 0.64, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 65 223 -
CMYK 0.64 0.71 0 0.13
HSL 245.7º 0.71% 0.56% -
HSV(B) 245.7º 0.71% 0.87% -
XYZ 18.52 10.81 70.92 -
YUV 87.5 204.47 122.65 -
System Red Green Blue C M Y K H S L
Decimal 80 65 223 0.64 0.71 0 0.13 245.7 0.71 0.56
Hex 50 41 DF 40 47 0 D F6 47 38
Octal 120 101 337 100 107 0 15 366 107 70
Binary 1010000 1000001 11011111 1000000 1000111 0 1101 11110110 1000111 111000

Color Harmonies of #5041DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5041DF

Black with #5041DF

Text Example


Text Example

White with #5041DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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