#F762D2

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

Shades of Neon Pink #F762D2

Tints of Neon Pink #F762D2

Color information

#F762D2 (or 0xF762D2) is unknown color: approx Neon Pink. HEX triplet: F7, 62 and D2. RGB value is (247,98,210). Sum of RGB (Red+Green+Blue) = 247+98+210=555 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.50% from 555); Green value is 98 (38.67% from 255 or 17.66% from 555); Blue value is 210 (82.42% from 255 or 37.84% from 555); Max value from RGB is 247 - color contains mainly: red. Hex color #F762D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762D2 is #089D2D. Grayscale: #9B9B9B. Windows color (decimal): -564526 or 13787895. OLE color: 13787895.

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

Color convert

RGB24798210-
CMYK00.600.150.03
HSL314.9º90.3%67.65%-
HSV(B)314.9º60.32%96.86%-
XYZ54.3633.1664.51-
YUV155.32158.86193.39-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.50%
GREEN value IS 98 (38.67% from 255) = 17.66%
BLUE value IS 210 (82.42% from 255) = 37.84%
R=44.50%
G=17.66%
B=37.84%

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
Decimal2479821000.600.150.03314.990.367.65
HexF762D203CF313b5a44
Octal367142322074173473132104
Binary11110111110001011010010011110011111110011101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F762D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F762D2; }

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

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

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

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

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

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

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

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