#F958C0

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

Shades of Neon Pink #F958C0

Tints of Neon Pink #F958C0

Color information

#F958C0 (or 0xF958C0) is unknown color: approx Neon Pink. HEX triplet: F9, 58 and C0. RGB value is (249,88,192). Sum of RGB (Red+Green+Blue) = 249+88+192=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F958C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958C0 is #06A73F. Grayscale: #939393. Windows color (decimal): -436032 or 12605689. OLE color: 12605689.

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

Color convert

RGB24988192-
CMYK00.650.230.02
HSL321.24º93.06%66.08%-
HSV(B)321.24º64.66%97.65%-
XYZ52.0730.9253.09-
YUV148152.84200.04-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 47.07%
GREEN value IS 88 (34.77% from 255) = 16.64%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=47.07%
G=16.64%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498819200.650.230.02321.2493.0666.08
HexF958C00411721415d42
Octal3711303000101272501135102
Binary1111100110110001100000001000001101111010100000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958C0; }

 p { color: rgb(249,88,192); }

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

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

 a { background-color: rgb(249,88,192); }

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

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

 span { border-color: rgb(249,88,192); }

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