#F871D4

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

Shades of Neon Pink #F871D4

Tints of Neon Pink #F871D4

Color information

#F871D4 (or 0xF871D4) is unknown color: approx Neon Pink. HEX triplet: F8, 71 and D4. RGB value is (248,113,212). Sum of RGB (Red+Green+Blue) = 248+113+212=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 212 (83.20% from 255 or 37.00% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F871D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871D4 is #078E2B. Grayscale: #A4A4A4. Windows color (decimal): -495148 or 13922808. OLE color: 13922808.

HSL color Cylindrical-coordinate representation of color #F871D4: hue angle of 316º 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 #F871D4 is Cyan = 0, Magento = 0.54, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB248113212-
CMYK00.540.150.03
HSL316º90.6%70.78%-
HSV(B)316º54.44%97.25%-
XYZ56.536.5266.36-
YUV164.65154.73187.45-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 113 (44.53% from 255) = 19.72%
BLUE value IS 212 (83.20% from 255) = 37.00%
R=43.28%
G=19.72%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811321200.540.150.0331690.670.78
HexF871D4036F313c5b47
Octal370161324066173474133107
Binary11111000111000111010100011011011111110011110010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F871D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F871D4; }

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

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

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

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

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

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

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

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