#FF56D0

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

Shades of Neon Pink #FF56D0

Tints of Neon Pink #FF56D0

Color information

#FF56D0 (or 0xFF56D0) is unknown color: approx Neon Pink. HEX triplet: FF, 56 and D0. RGB value is (255,86,208). Sum of RGB (Red+Green+Blue) = 255+86+208=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 86 (33.98% from 255 or 15.66% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56D0 is #00A92F. Grayscale: #969696. Windows color (decimal): -43312 or 13653759. OLE color: 13653759.

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

Color convert

RGB25586208-
CMYK00.660.180
HSL316.69º100%66.86%-
HSV(B)316.69º66.27%100%-
XYZ55.9532.4762.99-
YUV150.44160.49202.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.45%
GREEN value IS 86 (33.98% from 255) = 15.66%
BLUE value IS 208 (81.64% from 255) = 37.89%
R=46.45%
G=15.66%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558620800.660.180316.6910066.86
HexFF56D004212013d6443
Octal3771263200102220475144103
Binary111111111010110110100000100001010010010011110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56D0; }

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

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

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

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

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

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

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

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