#F873C8

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

Shades of Neon Pink #F873C8

Tints of Neon Pink #F873C8

Color information

#F873C8 (or 0xF873C8) is unknown color: approx Neon Pink. HEX triplet: F8, 73 and C8. RGB value is (248,115,200). Sum of RGB (Red+Green+Blue) = 248+115+200=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F873C8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F873C8 is #078C37. Grayscale: #A4A4A4. Windows color (decimal): -494648 or 13136888. OLE color: 13136888.

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

Color convert

RGB248115200-
CMYK00.540.190.03
HSL321.65º90.48%71.18%-
HSV(B)321.65º53.63%97.25%-
XYZ55.2736.3958.75-
YUV164.46148.06187.59-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 115 (45.31% from 255) = 20.43%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=44.05%
G=20.43%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811520000.540.190.03321.6590.4871.18
HexF873C80361331425a47
Octal370163310066233502132107
Binary111110001110011110010000110110100111110100001010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F873C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F873C8; }

 p { color: rgb(248,115,200); }

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

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

 a { background-color: rgb(248,115,200); }

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

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

 span { border-color: rgb(248,115,200); }

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