#FF56CC

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

Shades of Neon Pink #FF56CC

Tints of Neon Pink #FF56CC

Color information

#FF56CC (or 0xFF56CC) is unknown color: approx Neon Pink. HEX triplet: FF, 56 and CC. RGB value is (255,86,204). Sum of RGB (Red+Green+Blue) = 255+86+204=545 (72% of max value = 765). Red value is 255 (100% from 255 or 46.79% from 545); Green value is 86 (33.98% from 255 or 15.78% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 255 - color contains mainly: red. Hex color #FF56CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF56CC is #00A933. Grayscale: #959595. Windows color (decimal): -43316 or 13391615. OLE color: 13391615.

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

Color convert

RGB25586204-
CMYK00.660.20
HSL318.11º100%66.86%-
HSV(B)318.11º66.27%100%-
XYZ55.4732.2860.43-
YUV149.98158.49202.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.79%
GREEN value IS 86 (33.98% from 255) = 15.78%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=46.79%
G=15.78%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2558620400.660.20318.1110066.86
HexFF56CC04214013e6443
Octal3771263140102240476144103
Binary111111111010110110011000100001010100010011111011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF56CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF56CC; }

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

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

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

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

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

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

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

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