#F871C1

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

Shades of Neon Pink #F871C1

Tints of Neon Pink #F871C1

Color information

#F871C1 (or 0xF871C1) is unknown color: approx Neon Pink. HEX triplet: F8, 71 and C1. RGB value is (248,113,193). Sum of RGB (Red+Green+Blue) = 248+113+193=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F871C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871C1 is #078E3E. Grayscale: #A2A2A2. Windows color (decimal): -495167 or 12677624. OLE color: 12677624.

HSL color Cylindrical-coordinate representation of color #F871C1: hue angle of 324.44º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F871C1 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248113193-
CMYK00.540.220.03
HSL324.44º90.6%70.78%-
HSV(B)324.44º54.44%97.25%-
XYZ54.2435.6254.47-
YUV162.49145.23189-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 113 (44.53% from 255) = 20.40%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=44.77%
G=20.40%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811319300.540.220.03324.4490.670.78
HexF871C10361631445b47
Octal370161301066263504133107
Binary111110001110001110000010110110101101110100010010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F871C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F871C1; }

 p { color: rgb(248,113,193); }

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

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

 a { background-color: rgb(248,113,193); }

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

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

 span { border-color: rgb(248,113,193); }

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