#FF60C7

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

Shades of Neon Pink #FF60C7

Tints of Neon Pink #FF60C7

Color information

#FF60C7 (or 0xFF60C7) is unknown color: approx Neon Pink. HEX triplet: FF, 60 and C7. RGB value is (255,96,199). Sum of RGB (Red+Green+Blue) = 255+96+199=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 96 (37.89% from 255 or 17.45% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60C7 is #009F38. Grayscale: #9B9B9B. Windows color (decimal): -40761 or 13066495. OLE color: 13066495.

HSL color Cylindrical-coordinate representation of color #FF60C7: hue angle of 321.13º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF60C7 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB25596199-
CMYK00.620.220
HSL321.13º100%68.82%-
HSV(B)321.13º62.35%100%-
XYZ55.7333.7557.61-
YUV155.28152.68199.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 96 (37.89% from 255) = 17.45%
BLUE value IS 199 (78.12% from 255) = 36.18%
R=46.36%
G=17.45%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2559619900.620.220321.1310068.82
HexFF60C703E1601416445
Octal377140307076260501144105
Binary11111111110000011000111011111010110010100000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF60C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF60C7; }

 p { color: rgb(255,96,199); }

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

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

 a { background-color: rgb(255,96,199); }

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

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

 span { border-color: rgb(255,96,199); }

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