#F560CD

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

Shades of Neon Pink #F560CD

Tints of Neon Pink #F560CD

Color information

#F560CD (or 0xF560CD) is unknown color: approx Neon Pink. HEX triplet: F5, 60 and CD. RGB value is (245,96,205). Sum of RGB (Red+Green+Blue) = 245+96+205=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F560CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F560CD is #0A9F32. Grayscale: #989898. Windows color (decimal): -696115 or 13459701. OLE color: 13459701.

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

Color convert

RGB24596205-
CMYK00.610.160.04
HSL316.11º88.17%66.86%-
HSV(B)316.11º60.82%96.08%-
XYZ52.8632.1961.18-
YUV152.98157.36193.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 96 (37.89% from 255) = 17.58%
BLUE value IS 205 (80.47% from 255) = 37.55%
R=44.87%
G=17.58%
B=37.55%

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
Decimal2459620500.610.160.04316.1188.1766.86
HexF560CD03D10413c5843
Octal365140315075204474130103
Binary1111010111000001100110101111011000010010011110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F560CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F560CD; }

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

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

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

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

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

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

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

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