#F769CD

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

Shades of Neon Pink #F769CD

Tints of Neon Pink #F769CD

Color information

#F769CD (or 0xF769CD) is unknown color: approx Neon Pink. HEX triplet: F7, 69 and CD. RGB value is (247,105,205). Sum of RGB (Red+Green+Blue) = 247+105+205=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 105 (41.41% from 255 or 18.85% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 247 - color contains mainly: red. Hex color #F769CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F769CD is #089632. Grayscale: #9E9E9E. Windows color (decimal): -562739 or 13462007. OLE color: 13462007.

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

Color convert

RGB247105205-
CMYK00.570.170.03
HSL317.75º89.87%69.02%-
HSV(B)317.75º57.49%96.86%-
XYZ54.4334.2961.51-
YUV158.86154.04190.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.34%
GREEN value IS 105 (41.41% from 255) = 18.85%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=44.34%
G=18.85%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710520500.570.170.03317.7589.8769.02
HexF769CD03911313e5a45
Octal367151315071213476132105
Binary111101111101001110011010111001100011110011111010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F769CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F769CD; }

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

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

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

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

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

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

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

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