#F868D6

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

Shades of Neon Pink #F868D6

Tints of Neon Pink #F868D6

Color information

#F868D6 (or 0xF868D6) is unknown color: approx Neon Pink. HEX triplet: F8, 68 and D6. RGB value is (248,104,214). Sum of RGB (Red+Green+Blue) = 248+104+214=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 104 (41.02% from 255 or 18.37% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F868D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F868D6 is #079729. Grayscale: #9F9F9F. Windows color (decimal): -497450 or 14051576. OLE color: 14051576.

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

Color convert

RGB248104214-
CMYK00.580.140.03
HSL314.17º91.14%69.02%-
HSV(B)314.17º58.06%97.25%-
XYZ55.834.7167.38-
YUV159.6158.71191.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.82%
GREEN value IS 104 (41.02% from 255) = 18.37%
BLUE value IS 214 (83.98% from 255) = 37.81%
R=43.82%
G=18.37%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810421400.580.140.03314.1791.1469.02
HexF868D603AE313a5b45
Octal370150326072163472133105
Binary11111000110100011010110011101011101110011101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F868D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F868D6; }

 p { color: rgb(248,104,214); }

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

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

 a { background-color: rgb(248,104,214); }

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

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

 span { border-color: rgb(248,104,214); }

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