Html Css Color HEX #F768BF Neon Pink

📋 copy color: '#F768BF'

red 247 ◦ green 104 ◦ blue 191

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

Shades of Neon Pink #F768BF

Tints of Neon Pink #F768BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.24%

R = 45.57%
G = 19.19%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F768BF (or 0xF768BF) is known color: Neon Pink. HEX triplet: F7, 68 and BF. RGB value is (247,104,191). Sum of RGB (Red+Green+Blue) = 247+104+191=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 104 (41.02% from 255 or 19.19% from 542); Blue value is 191 (75% from 255 or 35.24% from 542); Max value from RGB is 247 - color contains mainly: red. Hex color #F768BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768BF is #089740. Grayscale: #9C9C9C. Windows color (decimal): -563009 or 12544247. OLE color: 12544247.

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

Color convert

RGB 247 104 191 -
CMYK 0 0.58 0.23 0.03
HSL 323.5º 0.9% 0.69% -
HSV(B) 323.5º 0.58% 0.97% -
XYZ 52.71 33.44 52.97 -
YUV 156.68 147.38 192.43 -
System Red Green Blue C M Y K H S L
Decimal 247 104 191 0 0.58 0.23 0.03 323.5 0.9 0.69
Hex F7 68 BF 0 3A 17 3 143 5A 45
Octal 367 150 277 0 72 27 3 503 132 105
Binary 11110111 1101000 10111111 0 111010 10111 11 101000011 1011010 1000101

Color Harmonies of #F768BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768BF

Black with #F768BF

Text Example


Text Example

White with #F768BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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