#F47ACF

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

Shades of Neon Pink #F47ACF

Tints of Neon Pink #F47ACF

Color information

#F47ACF (or 0xF47ACF) is unknown color: approx Neon Pink. HEX triplet: F4, 7A and CF. RGB value is (244,122,207). Sum of RGB (Red+Green+Blue) = 244+122+207=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 122 (48.05% from 255 or 21.29% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F47ACF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47ACF is #0B8530. Grayscale: #A7A7A7. Windows color (decimal): -754993 or 13597428. OLE color: 13597428.

HSL color Cylindrical-coordinate representation of color #F47ACF: hue angle of 318.2º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47ACF is Cyan = 0, Magento = 0.5, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB244122207-
CMYK00.50.150.04
HSL318.2º84.72%71.76%-
HSV(B)318.2º50%95.69%-
XYZ55.5337.6663.37-
YUV168.17149.92182.09-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 42.58%
GREEN value IS 122 (48.05% from 255) = 21.29%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=42.58%
G=21.29%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412220700.50.150.04318.284.7271.76
HexF47ACF032F413e5548
Octal364172317062174476125110
Binary111101001111010110011110110010111110010011111010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47ACF; }

 p { color: rgb(244,122,207); }

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

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

 a { background-color: rgb(244,122,207); }

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

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

 span { border-color: rgb(244,122,207); }

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