#F960C9

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

Shades of Neon Pink #F960C9

Tints of Neon Pink #F960C9

Color information

#F960C9 (or 0xF960C9) is unknown color: approx Neon Pink. HEX triplet: F9, 60 and C9. RGB value is (249,96,201). Sum of RGB (Red+Green+Blue) = 249+96+201=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 96 (37.89% from 255 or 17.58% from 546); Blue value is 201 (78.91% from 255 or 36.81% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F960C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960C9 is #069F36. Grayscale: #999999. Windows color (decimal): -433975 or 13197561. OLE color: 13197561.

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

Color convert

RGB24996201-
CMYK00.610.190.02
HSL318.82º92.73%67.65%-
HSV(B)318.82º61.45%97.65%-
XYZ53.7932.7258.74-
YUV153.72154.69195.96-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.60%
GREEN value IS 96 (37.89% from 255) = 17.58%
BLUE value IS 201 (78.91% from 255) = 36.81%
R=45.60%
G=17.58%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2499620100.610.190.02318.8292.7367.65
HexF960C903D13213f5d44
Octal371140311075232477135104
Binary111110011100000110010010111101100111010011111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F960C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F960C9; }

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

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

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

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

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

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

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

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