#F471CF

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

Shades of Neon Pink #F471CF

Tints of Neon Pink #F471CF

Color information

#F471CF (or 0xF471CF) is unknown color: approx Neon Pink. HEX triplet: F4, 71 and CF. RGB value is (244,113,207). Sum of RGB (Red+Green+Blue) = 244+113+207=564 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.26% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 244 - color contains mainly: red. Hex color #F471CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F471CF is #0B8E30. Grayscale: #A2A2A2. Windows color (decimal): -757297 or 13595124. OLE color: 13595124.

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

Color convert

RGB244113207-
CMYK00.540.150.04
HSL316.95º85.62%70%-
HSV(B)316.95º53.69%95.69%-
XYZ54.4835.5563.02-
YUV162.89152.9185.86-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 43.26%
GREEN value IS 113 (44.53% from 255) = 20.04%
BLUE value IS 207 (81.25% from 255) = 36.70%
R=43.26%
G=20.04%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24411320700.540.150.04316.9585.6270
HexF471CF036F413d5646
Octal364161317066174475126106
Binary111101001110001110011110110110111110010011110110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F471CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F471CF; }

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

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

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

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

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

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

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

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