#F867D0

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

Shades of Neon Pink #F867D0

Tints of Neon Pink #F867D0

Color information

#F867D0 (or 0xF867D0) is unknown color: approx Neon Pink. HEX triplet: F8, 67 and D0. RGB value is (248,103,208). Sum of RGB (Red+Green+Blue) = 248+103+208=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 103 (40.62% from 255 or 18.43% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F867D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F867D0 is #07982F. Grayscale: #9E9E9E. Windows color (decimal): -497712 or 13658104. OLE color: 13658104.

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

Color convert

RGB248103208-
CMYK00.580.160.03
HSL316.55º91.19%68.82%-
HSV(B)316.55º58.47%97.25%-
XYZ54.9534.2163.38-
YUV158.32156.04191.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.36%
GREEN value IS 103 (40.62% from 255) = 18.43%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=44.36%
G=18.43%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810320800.580.160.03316.5591.1968.82
HexF867D003A10313d5b45
Octal370147320072203475133105
Binary111110001100111110100000111010100001110011110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F867D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F867D0; }

 p { color: rgb(248,103,208); }

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

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

 a { background-color: rgb(248,103,208); }

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

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

 span { border-color: rgb(248,103,208); }

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