#f96dc0

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

Shades of Neon Pink #F96DC0

Tints of Neon Pink #F96DC0

Color information

#F96DC0 (or 0xF96DC0) is unknown color: approx Neon Pink. HEX triplet: F9, 6D and C0. RGB value is (249,109,192). Sum of RGB (Red+Green+Blue) = 249+109+192=550 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.27% from 550); Green value is 109 (42.97% from 255 or 19.82% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 249 - color contains mainly: red. Hex color #F96DC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96DC0 is #06923F. Grayscale: #A0A0A0. Windows color (decimal): -430656 or 12611065. OLE color: 12611065.

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

Color convert

RGB249109192-
CMYK00.560.230.02
HSL324.43º92.11%70.2%-
HSV(B)324.43º56.22%97.65%-
XYZ54.0534.8853.75-
YUV160.32145.88191.25-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.27%
GREEN value IS 109 (42.97% from 255) = 19.82%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=45.27%
G=19.82%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910919200.560.230.02324.4392.1170.2
HexF96DC00381721445c46
Octal371155300070272504134106
Binary111110011101101110000000111000101111010100010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f96dc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f96dc0; }

 p { color: rgb(249,109,192); }

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

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

 a { background-color: rgb(249,109,192); }

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

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

 span { border-color: rgb(249,109,192); }

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