#FF59D2

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

Shades of Neon Pink #FF59D2

Tints of Neon Pink #FF59D2

Color information

#FF59D2 (or 0xFF59D2) is unknown color: approx Neon Pink. HEX triplet: FF, 59 and D2. RGB value is (255,89,210). Sum of RGB (Red+Green+Blue) = 255+89+210=554 (73% of max value = 765). Red value is 255 (100% from 255 or 46.03% from 554); Green value is 89 (35.16% from 255 or 16.06% from 554); Blue value is 210 (82.42% from 255 or 37.91% from 554); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59D2 is #00A62D. Grayscale: #989898. Windows color (decimal): -42542 or 13785599. OLE color: 13785599.

HSL color Cylindrical-coordinate representation of color #FF59D2: hue angle of 316.27º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FF59D2 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB25589210-
CMYK00.650.180
HSL316.27º100%67.45%-
HSV(B)316.27º65.1%100%-
XYZ56.4533.0664.38-
YUV152.43160.5201.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.03%
GREEN value IS 89 (35.16% from 255) = 16.06%
BLUE value IS 210 (82.42% from 255) = 37.91%
R=46.03%
G=16.06%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558921000.650.180316.2710067.45
HexFF59D204112013c6443
Octal3771313220101220474144103
Binary111111111011001110100100100000110010010011110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59D2; }

 p { color: rgb(255,89,210); }

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

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

 a { background-color: rgb(255,89,210); }

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

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

 span { border-color: rgb(255,89,210); }

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