#FF56CE

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

Shades of Neon Pink #FF56CE

Tints of Neon Pink #FF56CE

Color information

#FF56CE (or 0xFF56CE) is unknown color: approx Neon Pink. HEX triplet: FF, 56 and CE. RGB value is (255,86,206). Sum of RGB (Red+Green+Blue) = 255+86+206=547 (72% of max value = 765). Red value is 255 (100% from 255 or 46.62% from 547); Green value is 86 (33.98% from 255 or 15.72% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56CE is #00A931. Grayscale: #959595. Windows color (decimal): -43314 or 13522687. OLE color: 13522687.

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

Color convert

RGB25586206-
CMYK00.660.190
HSL317.4º100%66.86%-
HSV(B)317.4º66.27%100%-
XYZ55.7132.3761.7-
YUV150.21159.49202.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.62%
GREEN value IS 86 (33.98% from 255) = 15.72%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=46.62%
G=15.72%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558620600.660.190317.410066.86
HexFF56CE04213013d6443
Octal3771263160102230475144103
Binary111111111010110110011100100001010011010011110111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56CE; }

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

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

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

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

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

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

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

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