#F960C5

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

Shades of Neon Pink #F960C5

Tints of Neon Pink #F960C5

Color information

#F960C5 (or 0xF960C5) is unknown color: approx Neon Pink. HEX triplet: F9, 60 and C5. RGB value is (249,96,197). Sum of RGB (Red+Green+Blue) = 249+96+197=542 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.94% from 542); Green value is 96 (37.89% from 255 or 17.71% from 542); Blue value is 197 (77.34% from 255 or 36.35% from 542); Max value from RGB is 249 - color contains mainly: red. Hex color #F960C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960C5 is #069F3A. Grayscale: #999999. Windows color (decimal): -433979 or 12935417. OLE color: 12935417.

HSL color Cylindrical-coordinate representation of color #F960C5: hue angle of 320.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F960C5 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB24996197-
CMYK00.610.210.02
HSL320.39º92.73%67.65%-
HSV(B)320.39º61.45%97.65%-
XYZ53.3332.5456.29-
YUV153.26152.69196.29-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.94%
GREEN value IS 96 (37.89% from 255) = 17.71%
BLUE value IS 197 (77.34% from 255) = 36.35%
R=45.94%
G=17.71%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499619700.610.210.02320.3992.7367.65
HexF960C503D1521405d44
Octal371140305075252500135104
Binary111110011100000110001010111101101011010100000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F960C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F960C5; }

 p { color: rgb(249,96,197); }

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

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

 a { background-color: rgb(249,96,197); }

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

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

 span { border-color: rgb(249,96,197); }

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