#F561C7

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

Shades of Neon Pink #F561C7

Tints of Neon Pink #F561C7

Color information

#F561C7 (or 0xF561C7) is unknown color: approx Neon Pink. HEX triplet: F5, 61 and C7. RGB value is (245,97,199). Sum of RGB (Red+Green+Blue) = 245+97+199=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F561C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F561C7 is #0A9E38. Grayscale: #989898. Windows color (decimal): -695865 or 13066741. OLE color: 13066741.

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

Color convert

RGB24597199-
CMYK00.600.190.04
HSL318.65º88.1%67.06%-
HSV(B)318.65º60.41%96.08%-
XYZ52.2432.0957.47-
YUV152.88154.03193.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.29%
GREEN value IS 97 (38.28% from 255) = 17.93%
BLUE value IS 199 (78.12% from 255) = 36.78%
R=45.29%
G=17.93%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2459719900.600.190.04318.6588.167.06
HexF561C703C13413f5843
Octal365141307074234477130103
Binary1111010111000011100011101111001001110010011111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F561C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F561C7; }

 p { color: rgb(245,97,199); }

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

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

 a { background-color: rgb(245,97,199); }

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

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

 span { border-color: rgb(245,97,199); }

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