#F96AC6

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

Shades of Neon Pink #F96AC6

Tints of Neon Pink #F96AC6

Color information

#F96AC6 (or 0xF96AC6) is unknown color: approx Neon Pink. HEX triplet: F9, 6A and C6. RGB value is (249,106,198). Sum of RGB (Red+Green+Blue) = 249+106+198=553 (73% of max value = 765). Red value is 249 (97.66% from 255 or 45.03% from 553); Green value is 106 (41.80% from 255 or 19.17% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AC6 is #069539. Grayscale: #9F9F9F. Windows color (decimal): -431418 or 13003513. OLE color: 13003513.

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

Color convert

RGB249106198-
CMYK00.570.200.02
HSL321.4º92.26%69.61%-
HSV(B)321.4º57.43%97.65%-
XYZ54.4134.5357.22-
YUV159.24149.88192.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.03%
GREEN value IS 106 (41.80% from 255) = 19.17%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=45.03%
G=19.17%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910619800.570.200.02321.492.2669.61
HexF96AC60391421415c46
Octal371152306071242501134106
Binary111110011101010110001100111001101001010100000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96AC6; }

 p { color: rgb(249,106,198); }

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

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

 a { background-color: rgb(249,106,198); }

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

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

 span { border-color: rgb(249,106,198); }

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