#F966C9

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

Shades of Neon Pink #F966C9

Tints of Neon Pink #F966C9

Color information

#F966C9 (or 0xF966C9) is unknown color: approx Neon Pink. HEX triplet: F9, 66 and C9. RGB value is (249,102,201). Sum of RGB (Red+Green+Blue) = 249+102+201=552 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.11% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 249 - color contains mainly: red. Hex color #F966C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966C9 is #069936. Grayscale: #9C9C9C. Windows color (decimal): -432439 or 13199097. OLE color: 13199097.

HSL color Cylindrical-coordinate representation of color #F966C9: hue angle of 319.59º 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 #F966C9 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB249102201-
CMYK00.590.190.02
HSL319.59º92.45%68.82%-
HSV(B)319.59º59.04%97.65%-
XYZ54.3633.8658.93-
YUV157.24152.7193.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.11%
GREEN value IS 102 (40.23% from 255) = 18.48%
BLUE value IS 201 (78.91% from 255) = 36.41%
R=45.11%
G=18.48%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910220100.590.190.02319.5992.4568.82
HexF966C903B1321405c45
Octal371146311073232500134105
Binary111110011100110110010010111011100111010100000010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966C9; }

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

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

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

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

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

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

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

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