#F964C6

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

Shades of Neon Pink #F964C6

Tints of Neon Pink #F964C6

Color information

#F964C6 (or 0xF964C6) is unknown color: approx Neon Pink. HEX triplet: F9, 64 and C6. RGB value is (249,100,198). Sum of RGB (Red+Green+Blue) = 249+100+198=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 100 (39.45% from 255 or 18.28% from 547); Blue value is 198 (77.73% from 255 or 36.20% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F964C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F964C6 is #069B39. Grayscale: #9B9B9B. Windows color (decimal): -432954 or 13001977. OLE color: 13001977.

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

Color convert

RGB249100198-
CMYK00.600.200.02
HSL320.54º92.55%68.43%-
HSV(B)320.54º59.84%97.65%-
XYZ53.8233.3357.02-
YUV155.72151.86194.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 100 (39.45% from 255) = 18.28%
BLUE value IS 198 (77.73% from 255) = 36.20%
R=45.52%
G=18.28%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910019800.600.200.02320.5492.5568.43
HexF964C603C1421415d44
Octal371144306074242501135104
Binary111110011100100110001100111100101001010100000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F964C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F964C6; }

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

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

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

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

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

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

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

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