Html Css Color HEX #F768D5 Neon Pink

📋 copy color: '#F768D5'

red 247 ◦ green 104 ◦ blue 213

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

Shades of Neon Pink #F768D5

Tints of Neon Pink #F768D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.77%

R = 43.79%
G = 18.44%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#F768D5 (or 0xF768D5) is known color: Neon Pink. HEX triplet: F7, 68 and D5. RGB value is (247,104,213). Sum of RGB (Red+Green+Blue) = 247+104+213=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 104 (41.02% from 255 or 18.44% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F768D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F768D5 is #08972A. Grayscale: #9E9E9E. Windows color (decimal): -562987 or 13986039. OLE color: 13986039.

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

Color convert

RGB 247 104 213 -
CMYK 0 0.58 0.14 0.03
HSL 314.27º 0.9% 0.69% -
HSV(B) 314.27º 0.58% 0.97% -
XYZ 55.32 34.48 66.69 -
YUV 159.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 247 104 213 0 0.58 0.14 0.03 314.27 0.9 0.69
Hex F7 68 D5 0 3A E 3 13A 5A 45
Octal 367 150 325 0 72 16 3 472 132 105
Binary 11110111 1101000 11010101 0 111010 1110 11 100111010 1011010 1000101

Color Harmonies of #F768D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F768D5

Black with #F768D5

Text Example


Text Example

White with #F768D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F768D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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