#F875C6

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

Shades of Neon Pink #F875C6

Tints of Neon Pink #F875C6

Color information

#F875C6 (or 0xF875C6) is unknown color: approx Neon Pink. HEX triplet: F8, 75 and C6. RGB value is (248,117,198). Sum of RGB (Red+Green+Blue) = 248+117+198=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 117 (46.09% from 255 or 20.78% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F875C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F875C6 is #078A39. Grayscale: #A5A5A5. Windows color (decimal): -494138 or 13006328. OLE color: 13006328.

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

Color convert

RGB248117198-
CMYK00.530.200.03
HSL322.9º90.34%71.57%-
HSV(B)322.9º52.82%97.25%-
XYZ55.2736.7657.61-
YUV165.4146.4186.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.05%
GREEN value IS 117 (46.09% from 255) = 20.78%
BLUE value IS 198 (77.73% from 255) = 35.17%
R=44.05%
G=20.78%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811719800.530.200.03322.990.3471.57
HexF875C60351431435a48
Octal370165306065243503132110
Binary111110001110101110001100110101101001110100001110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F875C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F875C6; }

 p { color: rgb(248,117,198); }

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

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

 a { background-color: rgb(248,117,198); }

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

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

 span { border-color: rgb(248,117,198); }

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