#5048DF

Color #5048DF Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5048DF

Tints of Neon Blue #5048DF

Color information

#5048DF (or 0x5048DF) is unknown color: approx Neon Blue. HEX triplet: 50, 48 and DF. RGB value is (80,72,223). Sum of RGB (Red+Green+Blue) = 80+72+223=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 223 (87.5% from 255 or 59.47% from 375); Max value from RGB is 223 - color contains mainly: blue. Hex color #5048DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048DF is #AFB720. Grayscale: #5B5B5B. Windows color (decimal): -11515681 or 14633040. OLE color: 14633040.

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

Color convert

RGB8072223-
CMYK0.640.6800.13
HSL243.18º70.23%57.84%-
HSV(B)243.18º67.71%87.45%-
XYZ18.9411.6771.07-
YUV91.61202.15119.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 72 (28.52% from 255) = 19.2%
BLUE value IS 223 (87.5% from 255) = 59.47%
R=21.33%
G=19.2%
B=59.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80722230.640.6800.13243.1870.2357.84
Hex5048DF40440Df3463a
Octal12011033710010401536310672
Binary10100001001000110111111000000100010001101111100111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5048DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5048DF;
 }
 .AnyTagClassName
 {
   color: #5048DF;
 }
</style>
background-color css

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

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

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

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

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

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