#F96CC9

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

Shades of Neon Pink #F96CC9

Tints of Neon Pink #F96CC9

Color information

#F96CC9 (or 0xF96CC9) is unknown color: approx Neon Pink. HEX triplet: F9, 6C and C9. RGB value is (249,108,201). Sum of RGB (Red+Green+Blue) = 249+108+201=558 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.62% from 558); Green value is 108 (42.58% from 255 or 19.35% from 558); Blue value is 201 (78.91% from 255 or 36.02% from 558); Max value from RGB is 249 - color contains mainly: red. Hex color #F96CC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96CC9 is #069336. Grayscale: #A0A0A0. Windows color (decimal): -430903 or 13200633. OLE color: 13200633.

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

Color convert

RGB249108201-
CMYK00.570.190.02
HSL320.43º92.16%70%-
HSV(B)320.43º56.63%97.65%-
XYZ54.9735.0859.13-
YUV160.76150.71190.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.62%
GREEN value IS 108 (42.58% from 255) = 19.35%
BLUE value IS 201 (78.91% from 255) = 36.02%
R=44.62%
G=19.35%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910820100.570.190.02320.4392.1670
HexF96CC90391321405c46
Octal371154311071232500134106
Binary111110011101100110010010111001100111010100000010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96CC9; }

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

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

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

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

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

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

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

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