#F761CD

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

Shades of Neon Pink #F761CD

Tints of Neon Pink #F761CD

Color information

#F761CD (or 0xF761CD) is unknown color: approx Neon Pink. HEX triplet: F7, 61 and CD. RGB value is (247,97,205). Sum of RGB (Red+Green+Blue) = 247+97+205=549 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.99% from 549); Green value is 97 (38.28% from 255 or 17.67% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 247 - color contains mainly: red. Hex color #F761CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F761CD is #089E32. Grayscale: #999999. Windows color (decimal): -564787 or 13459959. OLE color: 13459959.

HSL color Cylindrical-coordinate representation of color #F761CD: hue angle of 316.8º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F761CD is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB24797205-
CMYK00.610.170.03
HSL316.8º90.36%67.45%-
HSV(B)316.8º60.73%96.86%-
XYZ53.6532.7361.25-
YUV154.16156.7194.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.99%
GREEN value IS 97 (38.28% from 255) = 17.67%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=44.99%
G=17.67%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479720500.610.170.03316.890.3667.45
HexF761CD03D11313d5a43
Octal367141315075213475132103
Binary111101111100001110011010111101100011110011110110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F761CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F761CD; }

 p { color: rgb(247,97,205); }

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

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

 a { background-color: rgb(247,97,205); }

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

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

 span { border-color: rgb(247,97,205); }

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