#f874c5

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

Shades of Neon Pink #F874C5

Tints of Neon Pink #F874C5

Color information

#F874C5 (or 0xF874C5) is unknown color: approx Neon Pink. HEX triplet: F8, 74 and C5. RGB value is (248,116,197). Sum of RGB (Red+Green+Blue) = 248+116+197=561 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.21% from 561); Green value is 116 (45.70% from 255 or 20.68% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 248 - color contains mainly: red. Hex color #F874C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874C5 is #078B3A. Grayscale: #A4A4A4. Windows color (decimal): -494395 or 12940536. OLE color: 12940536.

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

Color convert

RGB248116197-
CMYK00.530.210.03
HSL323.18º90.41%71.37%-
HSV(B)323.18º53.23%97.25%-
XYZ55.0336.4856.96-
YUV164.7146.23187.41-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.21%
GREEN value IS 116 (45.70% from 255) = 20.68%
BLUE value IS 197 (77.34% from 255) = 35.12%
R=44.21%
G=20.68%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811619700.530.210.03323.1890.4171.37
HexF874C50351531435a47
Octal370164305065253503132107
Binary111110001110100110001010110101101011110100001110110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f874c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f874c5; }

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

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

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

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

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

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

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

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