#F762D3

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

Shades of Neon Pink #F762D3

Tints of Neon Pink #F762D3

Color information

#F762D3 (or 0xF762D3) is unknown color: approx Neon Pink. HEX triplet: F7, 62 and D3. RGB value is (247,98,211). Sum of RGB (Red+Green+Blue) = 247+98+211=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 98 (38.67% from 255 or 17.63% from 556); Blue value is 211 (82.81% from 255 or 37.95% from 556); Max value from RGB is 247 - color contains mainly: red. Hex color #F762D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762D3 is #089D2C. Grayscale: #9B9B9B. Windows color (decimal): -564525 or 13853431. OLE color: 13853431.

HSL color Cylindrical-coordinate representation of color #F762D3: hue angle of 314.5º 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 #F762D3 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB24798211-
CMYK00.600.150.03
HSL314.5º90.3%67.65%-
HSV(B)314.5º60.32%96.86%-
XYZ54.4833.2165.17-
YUV155.43159.36193.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.42%
GREEN value IS 98 (38.67% from 255) = 17.63%
BLUE value IS 211 (82.81% from 255) = 37.95%
R=44.42%
G=17.63%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479821100.600.150.03314.590.367.65
HexF762D303CF313a5a44
Octal367142323074173472132104
Binary11110111110001011010011011110011111110011101010110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762D3; }

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

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

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

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

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

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

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

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