#F96ED5

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

Shades of Neon Pink #F96ED5

Tints of Neon Pink #F96ED5

Color information

#F96ED5 (or 0xF96ED5) is unknown color: approx Neon Pink. HEX triplet: F9, 6E and D5. RGB value is (249,110,213). Sum of RGB (Red+Green+Blue) = 249+110+213=572 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.53% from 572); Green value is 110 (43.36% from 255 or 19.23% from 572); Blue value is 213 (83.59% from 255 or 37.24% from 572); Max value from RGB is 249 - color contains mainly: red. Hex color #F96ED5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96ED5 is #06912A. Grayscale: #A3A3A3. Windows color (decimal): -430379 or 13987577. OLE color: 13987577.

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

Color convert

RGB249110213-
CMYK00.560.140.02
HSL315.54º92.05%70.39%-
HSV(B)315.54º55.82%97.65%-
XYZ56.6536.166.93-
YUV163.3156.05189.12-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.53%
GREEN value IS 110 (43.36% from 255) = 19.23%
BLUE value IS 213 (83.59% from 255) = 37.24%
R=43.53%
G=19.23%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24911021300.560.140.02315.5492.0570.39
HexF96ED5038E213c5c46
Octal371156325070162474134106
Binary11111001110111011010101011100011101010011110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96ED5; }

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

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

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

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

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

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

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

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