#F874D1

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

Shades of Neon Pink #F874D1

Tints of Neon Pink #F874D1

Color information

#F874D1 (or 0xF874D1) is unknown color: approx Neon Pink. HEX triplet: F8, 74 and D1. RGB value is (248,116,209). Sum of RGB (Red+Green+Blue) = 248+116+209=573 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.28% from 573); Green value is 116 (45.70% from 255 or 20.24% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 248 - color contains mainly: red. Hex color #F874D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874D1 is #078B2E. Grayscale: #A5A5A5. Windows color (decimal): -494383 or 13726968. OLE color: 13726968.

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

Color convert

RGB248116209-
CMYK00.530.160.03
HSL317.73º90.41%71.37%-
HSV(B)317.73º53.23%97.25%-
XYZ56.4737.0564.5-
YUV166.07152.23186.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.28%
GREEN value IS 116 (45.70% from 255) = 20.24%
BLUE value IS 209 (82.03% from 255) = 36.47%
R=43.28%
G=20.24%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811620900.530.160.03317.7390.4171.37
HexF874D103510313e5a47
Octal370164321065203476132107
Binary111110001110100110100010110101100001110011111010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F874D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F874D1; }

 p { color: rgb(248,116,209); }

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

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

 a { background-color: rgb(248,116,209); }

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

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

 span { border-color: rgb(248,116,209); }

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