#F966C4

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

Shades of Neon Pink #F966C4

Tints of Neon Pink #F966C4

Color information

#F966C4 (or 0xF966C4) is unknown color: approx Neon Pink. HEX triplet: F9, 66 and C4. RGB value is (249,102,196). Sum of RGB (Red+Green+Blue) = 249+102+196=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 196 (76.95% from 255 or 35.83% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F966C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F966C4 is #06993B. Grayscale: #9C9C9C. Windows color (decimal): -432444 or 12871417. OLE color: 12871417.

HSL color Cylindrical-coordinate representation of color #F966C4: hue angle of 321.63º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F966C4 is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB249102196-
CMYK00.590.210.02
HSL321.63º92.45%68.82%-
HSV(B)321.63º59.04%97.65%-
XYZ53.7833.6355.88-
YUV156.67150.2193.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 102 (40.23% from 255) = 18.65%
BLUE value IS 196 (76.95% from 255) = 35.83%
R=45.52%
G=18.65%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24910219600.590.210.02321.6392.4568.82
HexF966C403B1521425c45
Octal371146304073252502134105
Binary111110011100110110001000111011101011010100001010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F966C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F966C4; }

 p { color: rgb(249,102,196); }

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

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

 a { background-color: rgb(249,102,196); }

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

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

 span { border-color: rgb(249,102,196); }

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