#F960CA

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

Shades of Neon Pink #F960CA

Tints of Neon Pink #F960CA

Color information

#F960CA (or 0xF960CA) is unknown color: approx Neon Pink. HEX triplet: F9, 60 and CA. RGB value is (249,96,202). Sum of RGB (Red+Green+Blue) = 249+96+202=547 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.52% from 547); Green value is 96 (37.89% from 255 or 17.55% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 249 - color contains mainly: red. Hex color #F960CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960CA is #069F35. Grayscale: #999999. Windows color (decimal): -433974 or 13263097. OLE color: 13263097.

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

Color convert

RGB24996202-
CMYK00.610.190.02
HSL318.43º92.73%67.65%-
HSV(B)318.43º61.45%97.65%-
XYZ53.9132.7759.36-
YUV153.83155.19195.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.52%
GREEN value IS 96 (37.89% from 255) = 17.55%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=45.52%
G=17.55%
B=36.93%

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
Decimal2499620200.610.190.02318.4392.7367.65
HexF960CA03D13213e5d44
Octal371140312075232476135104
Binary111110011100000110010100111101100111010011111010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F960CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F960CA; }

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

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

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

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

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

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

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

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