#F060C9

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

Shades of Neon Pink #F060C9

Tints of Neon Pink #F060C9

Color information

#F060C9 (or 0xF060C9) is unknown color: approx Neon Pink. HEX triplet: F0, 60 and C9. RGB value is (240,96,201). Sum of RGB (Red+Green+Blue) = 240+96+201=537 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.69% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 240 - color contains mainly: red. Hex color #F060C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F060C9 is #0F9F36. Grayscale: #969696. Windows color (decimal): -1023799 or 13197552. OLE color: 13197552.

HSL color Cylindrical-coordinate representation of color #F060C9: hue angle of 316.25º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F060C9 is Cyan = 0, Magento = 0.6, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB24096201-
CMYK00.60.160.06
HSL316.25º82.76%65.88%-
HSV(B)316.25º60%94.12%-
XYZ50.6631.1158.59-
YUV151.03156.21191.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.69%
GREEN value IS 96 (37.89% from 255) = 17.88%
BLUE value IS 201 (78.91% from 255) = 37.43%
R=44.69%
G=17.88%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2409620100.60.160.06316.2582.7665.88
HexF060C903C10613c5342
Octal360140311074206474123102
Binary1111000011000001100100101111001000011010011110010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F060C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F060C9; }

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

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

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

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

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

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

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

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