#F958CA

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

Shades of Neon Pink #F958CA

Tints of Neon Pink #F958CA

Color information

#F958CA (or 0xF958CA) is unknown color: approx Neon Pink. HEX triplet: F9, 58 and CA. RGB value is (249,88,202). Sum of RGB (Red+Green+Blue) = 249+88+202=539 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.20% from 539); Green value is 88 (34.77% from 255 or 16.33% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 249 - color contains mainly: red. Hex color #F958CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F958CA is #06A735. Grayscale: #949494. Windows color (decimal): -436022 or 13261049. OLE color: 13261049.

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

Color convert

RGB24988202-
CMYK00.650.190.02
HSL317.52º93.06%66.08%-
HSV(B)317.52º64.66%97.65%-
XYZ53.2231.3859.13-
YUV149.14157.84199.23-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.20%
GREEN value IS 88 (34.77% from 255) = 16.33%
BLUE value IS 202 (79.30% from 255) = 37.48%
R=46.20%
G=16.33%
B=37.48%

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
Decimal2498820200.650.190.02317.5293.0666.08
HexF958CA04113213e5d42
Octal3711303120101232476135102
Binary1111100110110001100101001000001100111010011111010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F958CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F958CA; }

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

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

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

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

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

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

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

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