#5052DF

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

Shades of Neon Blue #5052DF

Tints of Neon Blue #5052DF

Color information

#5052DF (or 0x5052DF) is unknown color: approx Neon Blue. HEX triplet: 50, 52 and DF. RGB value is (80,82,223). Sum of RGB (Red+Green+Blue) = 80+82+223=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #5052DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5052DF is #AFAD20. Grayscale: #606060. Windows color (decimal): -11513121 or 14635600. OLE color: 14635600.

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

Color convert

RGB8082223-
CMYK0.640.6300.13
HSL239.16º69.08%59.41%-
HSV(B)239.16º64.13%87.45%-
XYZ19.6413.0771.3-
YUV97.48198.84115.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.78%
GREEN value IS 82 (32.42% from 255) = 21.30%
BLUE value IS 223 (87.5% from 255) = 57.92%
R=20.78%
G=21.30%
B=57.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal80822230.640.6300.13239.1669.0859.41
Hex5052DF403F0Def453b
Octal1201223371007701535710573
Binary1010000101001011011111100000011111101101111011111000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5052DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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