#F96AD5

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

Shades of Neon Pink #F96AD5

Tints of Neon Pink #F96AD5

Color information

#F96AD5 (or 0xF96AD5) is unknown color: approx Neon Pink. HEX triplet: F9, 6A and D5. RGB value is (249,106,213). Sum of RGB (Red+Green+Blue) = 249+106+213=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 106 (41.80% from 255 or 18.66% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F96AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96AD5 is #06952A. Grayscale: #A0A0A0. Windows color (decimal): -431403 or 13986553. OLE color: 13986553.

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

Color convert

RGB249106213-
CMYK00.570.140.02
HSL315.1º92.26%69.61%-
HSV(B)315.1º57.43%97.65%-
XYZ56.2335.2566.79-
YUV160.96157.38190.8-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 106 (41.80% from 255) = 18.66%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=43.84%
G=18.66%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910621300.570.140.02315.192.2669.61
HexF96AD5039E213b5c46
Octal371152325071162473134106
Binary11111001110101011010101011100111101010011101110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96AD5; }

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

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

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

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

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

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

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

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