#F560CC

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

Shades of Neon Pink #F560CC

Tints of Neon Pink #F560CC

Color information

#F560CC (or 0xF560CC) is unknown color: approx Neon Pink. HEX triplet: F5, 60 and CC. RGB value is (245,96,204). Sum of RGB (Red+Green+Blue) = 245+96+204=545 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.95% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 245 - color contains mainly: red. Hex color #F560CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560CC is #0A9F33. Grayscale: #989898. Windows color (decimal): -696116 or 13394165. OLE color: 13394165.

HSL color Cylindrical-coordinate representation of color #F560CC: hue angle of 316.51º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F560CC is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB24596204-
CMYK00.610.170.04
HSL316.51º88.17%66.86%-
HSV(B)316.51º60.82%96.08%-
XYZ52.7432.1460.55-
YUV152.86156.86193.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.95%
GREEN value IS 96 (37.89% from 255) = 17.61%
BLUE value IS 204 (80.08% from 255) = 37.43%
R=44.95%
G=17.61%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459620400.610.170.04316.5188.1766.86
HexF560CC03D11413d5843
Octal365140314075214475130103
Binary1111010111000001100110001111011000110010011110110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F560CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F560CC; }

 p { color: rgb(245,96,204); }

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

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

 a { background-color: rgb(245,96,204); }

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

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

 span { border-color: rgb(245,96,204); }

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