#F869C7

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

Shades of Neon Pink #F869C7

Tints of Neon Pink #F869C7

Color information

#F869C7 (or 0xF869C7) is unknown color: approx Neon Pink. HEX triplet: F8, 69 and C7. RGB value is (248,105,199). Sum of RGB (Red+Green+Blue) = 248+105+199=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 199 (78.12% from 255 or 36.05% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F869C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F869C7 is #079638. Grayscale: #9E9E9E. Windows color (decimal): -497209 or 13068792. OLE color: 13068792.

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

Color convert

RGB248105199-
CMYK00.580.200.03
HSL320.56º91.08%69.22%-
HSV(B)320.56º57.66%97.25%-
XYZ54.0734.1857.78-
YUV158.47150.88191.86-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 199 (78.12% from 255) = 36.05%
R=44.93%
G=19.02%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810519900.580.200.03320.5691.0869.22
HexF869C703A1431415b45
Octal370151307072243501133105
Binary111110001101001110001110111010101001110100000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F869C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F869C7; }

 p { color: rgb(248,105,199); }

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

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

 a { background-color: rgb(248,105,199); }

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

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

 span { border-color: rgb(248,105,199); }

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