#F762CD

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

Shades of Neon Pink #F762CD

Tints of Neon Pink #F762CD

Color information

#F762CD (or 0xF762CD) is unknown color: approx Neon Pink. HEX triplet: F7, 62 and CD. RGB value is (247,98,205). Sum of RGB (Red+Green+Blue) = 247+98+205=550 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.91% from 550); Green value is 98 (38.67% from 255 or 17.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 247 - color contains mainly: red. Hex color #F762CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762CD is #089D32. Grayscale: #9A9A9A. Windows color (decimal): -564531 or 13460215. OLE color: 13460215.

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

Color convert

RGB24798205-
CMYK00.600.170.03
HSL316.91º90.3%67.65%-
HSV(B)316.91º60.32%96.86%-
XYZ53.7432.9261.28-
YUV154.75156.36193.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.91%
GREEN value IS 98 (38.67% from 255) = 17.82%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=44.91%
G=17.82%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479820500.600.170.03316.9190.367.65
HexF762CD03C11313d5a44
Octal367142315074213475132104
Binary111101111100010110011010111100100011110011110110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762CD; }

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

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

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

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

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

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

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

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