#F968D9

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

Shades of Neon Pink #F968D9

Tints of Neon Pink #F968D9

Color information

#F968D9 (or 0xF968D9) is unknown color: approx Neon Pink. HEX triplet: F9, 68 and D9. RGB value is (249,104,217). Sum of RGB (Red+Green+Blue) = 249+104+217=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 104 (41.02% from 255 or 18.25% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 249 - color contains mainly: red. Hex color #F968D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F968D9 is #069726. Grayscale: #9F9F9F. Windows color (decimal): -431911 or 14248185. OLE color: 14248185.

HSL color Cylindrical-coordinate representation of color #F968D9: hue angle of 313.24º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F968D9 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB249104217-
CMYK00.580.130.02
HSL313.24º92.36%69.22%-
HSV(B)313.24º58.23%97.65%-
XYZ56.5435.0569.43-
YUV160.24160.04191.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 104 (41.02% from 255) = 18.25%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=43.68%
G=18.25%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910421700.580.130.02313.2492.3669.22
HexF968D903AD21395c45
Octal371150331072152471134105
Binary11111001110100011011001011101011011010011100110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F968D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F968D9; }

 p { color: rgb(249,104,217); }

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

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

 a { background-color: rgb(249,104,217); }

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

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

 span { border-color: rgb(249,104,217); }

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