Html Css Color HEX #F768D8 Neon Pink

📋 copy color: '#F768D8'

red 247 ◦ green 104 ◦ blue 216

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

Shades of Neon Pink #F768D8

Tints of Neon Pink #F768D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 43.56%
G = 18.34%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F768D8 (or 0xF768D8) is known color: Neon Pink. HEX triplet: F7, 68 and D8. RGB value is (247,104,216). Sum of RGB (Red+Green+Blue) = 247+104+216=567 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.56% from 567); Green value is 104 (41.02% from 255 or 18.34% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 247 - color contains mainly: red. Hex color #F768D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768D8 is #089727. Grayscale: #9F9F9F. Windows color (decimal): -562984 or 14182647. OLE color: 14182647.

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

Color convert

RGB 247 104 216 -
CMYK 0 0.58 0.13 0.03
HSL 313.01º 0.9% 0.69% -
HSV(B) 313.01º 0.58% 0.97% -
XYZ 55.7 34.63 68.71 -
YUV 159.53 159.88 190.39 -
System Red Green Blue C M Y K H S L
Decimal 247 104 216 0 0.58 0.13 0.03 313.01 0.9 0.69
Hex F7 68 D8 0 3A D 3 139 5A 45
Octal 367 150 330 0 72 15 3 471 132 105
Binary 11110111 1101000 11011000 0 111010 1101 11 100111001 1011010 1000101

Color Harmonies of #F768D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768D8

Black with #F768D8

Text Example


Text Example

White with #F768D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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