#F958C9

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

Shades of Neon Pink #F958C9

Tints of Neon Pink #F958C9

Color information

#F958C9 (or 0xF958C9) is unknown color: approx Neon Pink. HEX triplet: F9, 58 and C9. RGB value is (249,88,201). Sum of RGB (Red+Green+Blue) = 249+88+201=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 88 (34.77% from 255 or 16.36% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F958C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958C9 is #06A736. Grayscale: #949494. Windows color (decimal): -436023 or 13195513. OLE color: 13195513.

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

Color convert

RGB24988201-
CMYK00.650.190.02
HSL317.89º93.06%66.08%-
HSV(B)317.89º64.66%97.65%-
XYZ53.131.3458.51-
YUV149.02157.34199.31-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.28%
GREEN value IS 88 (34.77% from 255) = 16.36%
BLUE value IS 201 (78.91% from 255) = 37.36%
R=46.28%
G=16.36%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2498820100.650.190.02317.8993.0666.08
HexF958C904113213e5d42
Octal3711303110101232476135102
Binary1111100110110001100100101000001100111010011111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958C9; }

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

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

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

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

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

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

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

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