#f872cb

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

Shades of Neon Pink #F872CB

Tints of Neon Pink #F872CB

Color information

#F872CB (or 0xF872CB) is unknown color: approx Neon Pink. HEX triplet: F8, 72 and CB. RGB value is (248,114,203). Sum of RGB (Red+Green+Blue) = 248+114+203=565 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.89% from 565); Green value is 114 (44.92% from 255 or 20.18% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 248 - color contains mainly: red. Hex color #F872CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872CB is #078D34. Grayscale: #A3A3A3. Windows color (decimal): -494901 or 13333240. OLE color: 13333240.

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

Color convert

RGB248114203-
CMYK00.540.180.03
HSL320.15º90.54%70.98%-
HSV(B)320.15º54.03%97.25%-
XYZ55.5136.360.58-
YUV164.21149.89187.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.89%
GREEN value IS 114 (44.92% from 255) = 20.18%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=43.89%
G=20.18%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811420300.540.180.03320.1590.5470.98
HexF872CB0361231405b47
Octal370162313066223500133107
Binary111110001110010110010110110110100101110100000010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f872cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f872cb; }

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

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

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

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

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

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

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

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