#F876CB

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

Shades of Neon Pink #F876CB

Tints of Neon Pink #F876CB

Color information

#F876CB (or 0xF876CB) is unknown color: approx Neon Pink. HEX triplet: F8, 76 and CB. RGB value is (248,118,203). Sum of RGB (Red+Green+Blue) = 248+118+203=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F876CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F876CB is #078934. Grayscale: #A6A6A6. Windows color (decimal): -493877 or 13334264. OLE color: 13334264.

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

Color convert

RGB248118203-
CMYK00.520.180.03
HSL320.77º90.28%71.76%-
HSV(B)320.77º52.42%97.25%-
XYZ55.9737.2360.74-
YUV166.56148.57186.09-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.59%
GREEN value IS 118 (46.48% from 255) = 20.74%
BLUE value IS 203 (79.69% from 255) = 35.68%
R=43.59%
G=20.74%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811820300.520.180.03320.7790.2871.76
HexF876CB0341231415a48
Octal370166313064223501132110
Binary111110001110110110010110110100100101110100000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F876CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F876CB; }

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

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

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

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

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

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

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

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