#F96BC7

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

Shades of Neon Pink #F96BC7

Tints of Neon Pink #F96BC7

Color information

#F96BC7 (or 0xF96BC7) is unknown color: approx Neon Pink. HEX triplet: F9, 6B and C7. RGB value is (249,107,199). Sum of RGB (Red+Green+Blue) = 249+107+199=555 (73% of max value = 765). Red value is 249 (97.66% from 255 or 44.86% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 199 (78.12% from 255 or 35.86% from 555); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BC7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96BC7 is #069438. Grayscale: #9F9F9F. Windows color (decimal): -431161 or 13069305. OLE color: 13069305.

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

Color convert

RGB249107199-
CMYK00.570.200.02
HSL321.13º92.21%69.8%-
HSV(B)321.13º57.03%97.65%-
XYZ54.6334.7857.87-
YUV159.95150.04191.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.86%
GREEN value IS 107 (42.19% from 255) = 19.28%
BLUE value IS 199 (78.12% from 255) = 35.86%
R=44.86%
G=19.28%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910719900.570.200.02321.1392.2169.8
HexF96BC70391421415c46
Octal371153307071242501134106
Binary111110011101011110001110111001101001010100000110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BC7; }

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

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

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

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

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

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

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

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