#F966D1

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

Shades of Neon Pink #F966D1

Tints of Neon Pink #F966D1

Color information

#F966D1 (or 0xF966D1) is unknown color: approx Neon Pink. HEX triplet: F9, 66 and D1. RGB value is (249,102,209). Sum of RGB (Red+Green+Blue) = 249+102+209=560 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.46% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 249 - color contains mainly: red. Hex color #F966D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966D1 is #06992E. Grayscale: #9D9D9D. Windows color (decimal): -432431 or 13723385. OLE color: 13723385.

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

Color convert

RGB249102209-
CMYK00.590.160.02
HSL316.33º92.45%68.82%-
HSV(B)316.33º59.04%97.65%-
XYZ55.3334.2564.02-
YUV158.15156.7192.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.46%
GREEN value IS 102 (40.23% from 255) = 18.21%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=44.46%
G=18.21%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910220900.590.160.02316.3392.4568.82
HexF966D103B10213c5c45
Octal371146321073202474134105
Binary111110011100110110100010111011100001010011110010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966D1; }

 p { color: rgb(249,102,209); }

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

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

 a { background-color: rgb(249,102,209); }

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

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

 span { border-color: rgb(249,102,209); }

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