Html Css Color HEX #F768D9 Neon Pink

📋 copy color: '#F768D9'

red 247 ◦ green 104 ◦ blue 217

#F768D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F768D9

Tints of Neon Pink #F768D9

RGB

 RED value IS 247 (96.88% from 255) = 43.49%

 GREEN value IS 104 (41.02% from 255) = 18.31%

 BLUE value IS 217 (85.16% from 255) = 38.2%

R = 43.49%
G = 18.31%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F768D9 (or 0xF768D9) is known color: Neon Pink. HEX triplet: F7, 68 and D9. RGB value is (247,104,217). Sum of RGB (Red+Green+Blue) = 247+104+217=568 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.49% from 568); Green value is 104 (41.02% from 255 or 18.31% from 568); Blue value is 217 (85.16% from 255 or 38.20% from 568); Max value from RGB is 247 - color contains mainly: red. Hex color #F768D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768D9 is #089726. Grayscale: #9F9F9F. Windows color (decimal): -562983 or 14248183. OLE color: 14248183.

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

Color convert

RGB 247 104 217 -
CMYK 0 0.58 0.12 0.03
HSL 312.59º 0.9% 0.69% -
HSV(B) 312.59º 0.58% 0.97% -
XYZ 55.83 34.68 69.4 -
YUV 159.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 247 104 217 0 0.58 0.12 0.03 312.59 0.9 0.69
Hex F7 68 D9 0 3A C 3 139 5A 45
Octal 367 150 331 0 72 14 3 471 132 105
Binary 11110111 1101000 11011001 0 111010 1100 11 100111001 1011010 1000101

Color Harmonies of #F768D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768D9

Black with #F768D9

Text Example


Text Example

White with #F768D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768D9; }

 p { color: rgb(247,104,217); }

 H1.HeaderClassName
 {
   color: #F768D9;
 }
 .AnyTagClassName
 {
   color: #F768D9;
 }
</style>

background-color css

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

 a { background-color: rgb(247,104,217); }

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

border-color css

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

 span { border-color: rgb(247,104,217); }

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