#F956C3

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

Shades of Neon Pink #F956C3

Tints of Neon Pink #F956C3

Color information

#F956C3 (or 0xF956C3) is unknown color: approx Neon Pink. HEX triplet: F9, 56 and C3. RGB value is (249,86,195). Sum of RGB (Red+Green+Blue) = 249+86+195=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 86 (33.98% from 255 or 16.23% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F956C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F956C3 is #06A93C. Grayscale: #929292. Windows color (decimal): -436541 or 12801785. OLE color: 12801785.

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

Color convert

RGB24986195-
CMYK00.650.220.02
HSL319.88º93.14%65.69%-
HSV(B)319.88º65.46%97.65%-
XYZ52.2530.7454.81-
YUV147.16155200.64-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 86 (33.98% from 255) = 16.23%
BLUE value IS 195 (76.56% from 255) = 36.79%
R=46.98%
G=16.23%
B=36.79%

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
Decimal2498619500.650.220.02319.8893.1465.69
HexF956C30411621405d42
Octal3711263030101262500135102
Binary1111100110101101100001101000001101101010100000010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F956C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F956C3; }

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

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

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

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

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

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

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

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