#F874CB

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

Shades of Neon Pink #F874CB

Tints of Neon Pink #F874CB

Color information

#F874CB (or 0xF874CB) is unknown color: approx Neon Pink. HEX triplet: F8, 74 and CB. RGB value is (248,116,203). Sum of RGB (Red+Green+Blue) = 248+116+203=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 203 (79.69% from 255 or 35.80% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F874CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F874CB is #078B34. Grayscale: #A5A5A5. Windows color (decimal): -494389 or 13333752. OLE color: 13333752.

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

Color convert

RGB248116203-
CMYK00.530.180.03
HSL320.45º90.41%71.37%-
HSV(B)320.45º53.23%97.25%-
XYZ55.7436.7660.66-
YUV165.39149.23186.93-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 116 (45.70% from 255) = 20.46%
BLUE value IS 203 (79.69% from 255) = 35.80%
R=43.74%
G=20.46%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811620300.530.180.03320.4590.4171.37
HexF874CB0351231405a47
Octal370164313065223500132107
Binary111110001110100110010110110101100101110100000010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F874CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F874CB; }

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

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

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

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

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

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

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

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