#F964D7

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

Shades of Neon Pink #F964D7

Tints of Neon Pink #F964D7

Color information

#F964D7 (or 0xF964D7) is unknown color: approx Neon Pink. HEX triplet: F9, 64 and D7. RGB value is (249,100,215). Sum of RGB (Red+Green+Blue) = 249+100+215=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F964D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964D7 is #069B28. Grayscale: #9D9D9D. Windows color (decimal): -432937 or 14116089. OLE color: 14116089.

HSL color Cylindrical-coordinate representation of color #F964D7: hue angle of 313.69º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F964D7 is Cyan = 0, Magento = 0.60, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB249100215-
CMYK00.600.140.02
HSL313.69º92.55%68.43%-
HSV(B)313.69º59.84%97.65%-
XYZ55.8934.1667.94-
YUV157.66160.36193.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.15%
GREEN value IS 100 (39.45% from 255) = 17.73%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=44.15%
G=17.73%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910021500.600.140.02313.6992.5568.43
HexF964D703CE213a5d44
Octal371144327074162472135104
Binary11111001110010011010111011110011101010011101010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F964D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F964D7; }

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

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

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

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

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

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

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

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