#F956C2

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

Shades of Neon Pink #F956C2

Tints of Neon Pink #F956C2

Color information

#F956C2 (or 0xF956C2) is unknown color: approx Neon Pink. HEX triplet: F9, 56 and C2. RGB value is (249,86,194). Sum of RGB (Red+Green+Blue) = 249+86+194=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 86 (33.98% from 255 or 16.26% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F956C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956C2 is #06A93D. Grayscale: #929292. Windows color (decimal): -436542 or 12736249. OLE color: 12736249.

HSL color Cylindrical-coordinate representation of color #F956C2: hue angle of 320.25º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F956C2 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB24986194-
CMYK00.650.220.02
HSL320.25º93.14%65.69%-
HSV(B)320.25º65.46%97.65%-
XYZ52.1330.6954.22-
YUV147.05154.5200.72-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 86 (33.98% from 255) = 16.26%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=47.07%
G=16.26%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498619400.650.220.02320.2593.1465.69
HexF956C20411621405d42
Octal3711263020101262500135102
Binary1111100110101101100001001000001101101010100000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F956C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F956C2; }

 p { color: rgb(249,86,194); }

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

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

 a { background-color: rgb(249,86,194); }

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

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

 span { border-color: rgb(249,86,194); }

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