#F96BD7

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

Shades of Neon Pink #F96BD7

Tints of Neon Pink #F96BD7

Color information

#F96BD7 (or 0xF96BD7) is unknown color: approx Neon Pink. HEX triplet: F9, 6B and D7. RGB value is (249,107,215). Sum of RGB (Red+Green+Blue) = 249+107+215=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 107 (42.19% from 255 or 18.74% from 571); Blue value is 215 (84.38% from 255 or 37.65% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96BD7 is #069428. Grayscale: #A1A1A1. Windows color (decimal): -431145 or 14117881. OLE color: 14117881.

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

Color convert

RGB249107215-
CMYK00.570.140.02
HSL314.37º92.21%69.8%-
HSV(B)314.37º57.03%97.65%-
XYZ56.5935.5668.17-
YUV161.77158.04190.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 107 (42.19% from 255) = 18.74%
BLUE value IS 215 (84.38% from 255) = 37.65%
R=43.61%
G=18.74%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910721500.570.140.02314.3792.2169.8
HexF96BD7039E213a5c46
Octal371153327071162472134106
Binary11111001110101111010111011100111101010011101010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BD7; }

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

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

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

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

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

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

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

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