#F96AC7

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

Shades of Neon Pink #F96AC7

Tints of Neon Pink #F96AC7

Color information

#F96AC7 (or 0xF96AC7) is unknown color: approx Neon Pink. HEX triplet: F9, 6A and C7. RGB value is (249,106,199). Sum of RGB (Red+Green+Blue) = 249+106+199=554 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.95% from 554); Green value is 106 (41.80% from 255 or 19.13% from 554); Blue value is 199 (78.12% from 255 or 35.92% from 554); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AC7 is #069538. Grayscale: #9F9F9F. Windows color (decimal): -431417 or 13069049. OLE color: 13069049.

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

Color convert

RGB249106199-
CMYK00.570.200.02
HSL320.98º92.26%69.61%-
HSV(B)320.98º57.43%97.65%-
XYZ54.5334.5757.83-
YUV159.36150.38191.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.95%
GREEN value IS 106 (41.80% from 255) = 19.13%
BLUE value IS 199 (78.12% from 255) = 35.92%
R=44.95%
G=19.13%
B=35.92%

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
Decimal24910619900.570.200.02320.9892.2669.61
HexF96AC70391421415c46
Octal371152307071242501134106
Binary111110011101010110001110111001101001010100000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96AC7; }

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

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

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

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

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

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

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

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