#F96BD4

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

Shades of Neon Pink #F96BD4

Tints of Neon Pink #F96BD4

Color information

#F96BD4 (or 0xF96BD4) is unknown color: approx Neon Pink. HEX triplet: F9, 6B and D4. RGB value is (249,107,212). Sum of RGB (Red+Green+Blue) = 249+107+212=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 249 - color contains mainly: red. Hex color #F96BD4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F96BD4 is #06942B. Grayscale: #A1A1A1. Windows color (decimal): -431148 or 13921273. OLE color: 13921273.

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

Color convert

RGB249107212-
CMYK00.570.150.02
HSL315.63º92.21%69.8%-
HSV(B)315.63º57.03%97.65%-
XYZ56.2135.4166.16-
YUV161.43156.54190.46-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 107 (42.19% from 255) = 18.84%
BLUE value IS 212 (83.20% from 255) = 37.32%
R=43.84%
G=18.84%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910721200.570.150.02315.6392.2169.8
HexF96BD4039F213c5c46
Octal371153324071172474134106
Binary11111001110101111010100011100111111010011110010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96BD4; }

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

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

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

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

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

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

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

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