#f560cf

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

Shades of Neon Pink #F560CF

Tints of Neon Pink #F560CF

Color information

#F560CF (or 0xF560CF) is unknown color: approx Neon Pink. HEX triplet: F5, 60 and CF. RGB value is (245,96,207). Sum of RGB (Red+Green+Blue) = 245+96+207=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 96 (37.89% from 255 or 17.52% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F560CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560CF is #0A9F30. Grayscale: #989898. Windows color (decimal): -696113 or 13590773. OLE color: 13590773.

HSL color Cylindrical-coordinate representation of color #F560CF: hue angle of 315.3º 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 #F560CF is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB24596207-
CMYK00.610.160.04
HSL315.3º88.17%66.86%-
HSV(B)315.3º60.82%96.08%-
XYZ53.132.2862.46-
YUV153.21158.36193.47-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.71%
GREEN value IS 96 (37.89% from 255) = 17.52%
BLUE value IS 207 (81.25% from 255) = 37.77%
R=44.71%
G=17.52%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459620700.610.160.04315.388.1766.86
HexF560CF03D10413b5843
Octal365140317075204473130103
Binary1111010111000001100111101111011000010010011101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f560cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f560cf; }

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

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

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

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

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

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

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

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