#F958C1

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

Shades of Neon Pink #F958C1

Tints of Neon Pink #F958C1

Color information

#F958C1 (or 0xF958C1) is unknown color: approx Neon Pink. HEX triplet: F9, 58 and C1. RGB value is (249,88,193). Sum of RGB (Red+Green+Blue) = 249+88+193=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 88 (34.77% from 255 or 16.60% from 530); Blue value is 193 (75.78% from 255 or 36.42% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F958C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958C1 is #06A73E. Grayscale: #939393. Windows color (decimal): -436031 or 12671225. OLE color: 12671225.

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

Color convert

RGB24988193-
CMYK00.650.220.02
HSL320.87º93.06%66.08%-
HSV(B)320.87º64.66%97.65%-
XYZ52.1830.9753.68-
YUV148.11153.34199.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 88 (34.77% from 255) = 16.60%
BLUE value IS 193 (75.78% from 255) = 36.42%
R=46.98%
G=16.60%
B=36.42%

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
Decimal2498819300.650.220.02320.8793.0666.08
HexF958C10411621415d42
Octal3711303010101262501135102
Binary1111100110110001100000101000001101101010100000110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958C1; }

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

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

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

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

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

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

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

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