#F564CA

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

Shades of Neon Pink #F564CA

Tints of Neon Pink #F564CA

Color information

#F564CA (or 0xF564CA) is unknown color: approx Neon Pink. HEX triplet: F5, 64 and CA. RGB value is (245,100,202). Sum of RGB (Red+Green+Blue) = 245+100+202=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F564CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F564CA is #0A9B35. Grayscale: #9A9A9A. Windows color (decimal): -695094 or 13264117. OLE color: 13264117.

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

Color convert

RGB245100202-
CMYK00.590.180.04
HSL317.79º87.88%67.65%-
HSV(B)317.79º59.18%96.08%-
XYZ52.8732.7959.42-
YUV154.98154.54192.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.79%
GREEN value IS 100 (39.45% from 255) = 18.28%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=44.79%
G=18.28%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24510020200.590.180.04317.7987.8867.65
HexF564CA03B12413e5844
Octal365144312073224476130104
Binary1111010111001001100101001110111001010010011111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F564CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F564CA; }

 p { color: rgb(245,100,202); }

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

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

 a { background-color: rgb(245,100,202); }

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

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

 span { border-color: rgb(245,100,202); }

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