#F760D2

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

Shades of Neon Pink #F760D2

Tints of Neon Pink #F760D2

Color information

#F760D2 (or 0xF760D2) is unknown color: approx Neon Pink. HEX triplet: F7, 60 and D2. RGB value is (247,96,210). Sum of RGB (Red+Green+Blue) = 247+96+210=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 210 (82.42% from 255 or 37.97% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F760D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760D2 is #089F2D. Grayscale: #999999. Windows color (decimal): -565038 or 13787383. OLE color: 13787383.

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

Color convert

RGB24796210-
CMYK00.610.150.03
HSL314.7º90.42%67.25%-
HSV(B)314.7º61.13%96.86%-
XYZ54.1732.7964.45-
YUV154.14159.53194.23-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.67%
GREEN value IS 96 (37.89% from 255) = 17.36%
BLUE value IS 210 (82.42% from 255) = 37.97%
R=44.67%
G=17.36%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2479621000.610.150.03314.790.4267.25
HexF760D203DF313b5a43
Octal367140322075173473132103
Binary11110111110000011010010011110111111110011101110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F760D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F760D2; }

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

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

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

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

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

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

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

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