#FF59CF

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

Shades of Neon Pink #FF59CF

Tints of Neon Pink #FF59CF

Color information

#FF59CF (or 0xFF59CF) is unknown color: approx Neon Pink. HEX triplet: FF, 59 and CF. RGB value is (255,89,207). Sum of RGB (Red+Green+Blue) = 255+89+207=551 (72% of max value = 765). Red value is 255 (100% from 255 or 46.28% from 551); Green value is 89 (35.16% from 255 or 16.15% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 255 - color contains mainly: red. Hex color #FF59CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF59CF is #00A630. Grayscale: #979797. Windows color (decimal): -42545 or 13588991. OLE color: 13588991.

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

Color convert

RGB25589207-
CMYK00.650.190
HSL317.35º100%67.45%-
HSV(B)317.35º65.1%100%-
XYZ56.0732.9162.43-
YUV152.09159201.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.28%
GREEN value IS 89 (35.16% from 255) = 16.15%
BLUE value IS 207 (81.25% from 255) = 37.57%
R=46.28%
G=16.15%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558920700.650.190317.3510067.45
HexFF59CF04113013d6443
Octal3771313170101230475144103
Binary111111111011001110011110100000110011010011110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF59CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF59CF; }

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

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

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

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

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

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

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

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