Html Css Color HEX #F763CF Neon Pink

📋 copy color: '#F763CF'

red 247 ◦ green 99 ◦ blue 207

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

Shades of Neon Pink #F763CF

Tints of Neon Pink #F763CF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.9%

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

R = 44.67%
G = 17.9%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F763CF (or 0xF763CF) is known color: Neon Pink. HEX triplet: F7, 63 and CF. RGB value is (247,99,207). Sum of RGB (Red+Green+Blue) = 247+99+207=553 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.67% from 553); Green value is 99 (39.06% from 255 or 17.90% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 247 - color contains mainly: red. Hex color #F763CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F763CF is #089C30. Grayscale: #9B9B9B. Windows color (decimal): -564273 or 13591543. OLE color: 13591543.

HSL color Cylindrical-coordinate representation of color #F763CF: hue angle of 316.22º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F763CF is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 99 207 -
CMYK 0 0.60 0.16 0.03
HSL 316.22º 0.9% 0.68% -
HSV(B) 316.22º 0.6% 0.97% -
XYZ 54.08 33.2 62.59 -
YUV 155.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 247 99 207 0 0.60 0.16 0.03 316.22 0.9 0.68
Hex F7 63 CF 0 3C 10 3 13C 5A 44
Octal 367 143 317 0 74 20 3 474 132 104
Binary 11110111 1100011 11001111 0 111100 10000 11 100111100 1011010 1000100

Color Harmonies of #F763CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F763CF

Black with #F763CF

Text Example


Text Example

White with #F763CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F763CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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