#F96BC1

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

Shades of Neon Pink #F96BC1

Tints of Neon Pink #F96BC1

Color information

#F96BC1 (or 0xF96BC1) is unknown color: approx Neon Pink. HEX triplet: F9, 6B and C1. RGB value is (249,107,193). Sum of RGB (Red+Green+Blue) = 249+107+193=549 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.36% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 193 (75.78% from 255 or 35.15% from 549); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96BC1 is #06943E. Grayscale: #9F9F9F. Windows color (decimal): -431167 or 12676089. OLE color: 12676089.

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

Color convert

RGB249107193-
CMYK00.570.220.02
HSL323.66º92.21%69.8%-
HSV(B)323.66º57.03%97.65%-
XYZ53.9534.5154.27-
YUV159.26147.04192.01-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.36%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 193 (75.78% from 255) = 35.15%
R=45.36%
G=19.49%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910719300.570.220.02323.6692.2169.8
HexF96BC10391621445c46
Octal371153301071262504134106
Binary111110011101011110000010111001101101010100010010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BC1; }

 p { color: rgb(249,107,193); }

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

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

 a { background-color: rgb(249,107,193); }

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

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

 span { border-color: rgb(249,107,193); }

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