#FF59D0

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

Shades of Neon Pink #FF59D0

Tints of Neon Pink #FF59D0

Color information

#FF59D0 (or 0xFF59D0) is unknown color: approx Neon Pink. HEX triplet: FF, 59 and D0. RGB value is (255,89,208). Sum of RGB (Red+Green+Blue) = 255+89+208=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 89 (35.16% from 255 or 16.12% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59D0 is #00A62F. Grayscale: #979797. Windows color (decimal): -42544 or 13654527. OLE color: 13654527.

HSL color Cylindrical-coordinate representation of color #FF59D0: hue angle of 316.99º 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 #FF59D0 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB25589208-
CMYK00.650.180
HSL316.99º100%67.45%-
HSV(B)316.99º65.1%100%-
XYZ56.232.9663.07-
YUV152.2159.5201.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.20%
GREEN value IS 89 (35.16% from 255) = 16.12%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=46.20%
G=16.12%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558920800.650.180316.9910067.45
HexFF59D004112013d6443
Octal3771313200101220475144103
Binary111111111011001110100000100000110010010011110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59D0; }

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

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

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

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

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

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

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

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