Html Css Color HEX #F768CF Neon Pink

📋 copy color: '#F768CF'

red 247 ◦ green 104 ◦ blue 207

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

Shades of Neon Pink #F768CF

Tints of Neon Pink #F768CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.1%

R = 44.27%
G = 18.64%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F768CF (or 0xF768CF) is known color: Neon Pink. HEX triplet: F7, 68 and CF. RGB value is (247,104,207). Sum of RGB (Red+Green+Blue) = 247+104+207=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 104 (41.02% from 255 or 18.64% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F768CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768CF is #089730. Grayscale: #9E9E9E. Windows color (decimal): -562993 or 13592823. OLE color: 13592823.

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

Color convert

RGB 247 104 207 -
CMYK 0 0.58 0.16 0.03
HSL 316.78º 0.9% 0.69% -
HSV(B) 316.78º 0.58% 0.97% -
XYZ 54.57 34.18 62.75 -
YUV 158.5 155.38 191.12 -
System Red Green Blue C M Y K H S L
Decimal 247 104 207 0 0.58 0.16 0.03 316.78 0.9 0.69
Hex F7 68 CF 0 3A 10 3 13D 5A 45
Octal 367 150 317 0 72 20 3 475 132 105
Binary 11110111 1101000 11001111 0 111010 10000 11 100111101 1011010 1000101

Color Harmonies of #F768CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768CF

Black with #F768CF

Text Example


Text Example

White with #F768CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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