#F960C4

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

Shades of Neon Pink #F960C4

Tints of Neon Pink #F960C4

Color information

#F960C4 (or 0xF960C4) is unknown color: approx Neon Pink. HEX triplet: F9, 60 and C4. RGB value is (249,96,196). Sum of RGB (Red+Green+Blue) = 249+96+196=541 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.03% from 541); Green value is 96 (37.89% from 255 or 17.74% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 249 - color contains mainly: red. Hex color #F960C4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F960C4 is #069F3B. Grayscale: #989898. Windows color (decimal): -433980 or 12869881. OLE color: 12869881.

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

Color convert

RGB24996196-
CMYK00.610.210.02
HSL320.78º92.73%67.65%-
HSV(B)320.78º61.45%97.65%-
XYZ53.2132.4955.69-
YUV153.15152.19196.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 46.03%
GREEN value IS 96 (37.89% from 255) = 17.74%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=46.03%
G=17.74%
B=36.23%

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
Decimal2499619600.610.210.02320.7892.7367.65
HexF960C403D1521415d44
Octal371140304075252501135104
Binary111110011100000110001000111101101011010100000110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F960C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F960C4; }

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

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

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

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

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

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

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

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