Html Css Color HEX #F762CF Neon Pink

📋 copy color: '#F762CF'

red 247 ◦ green 98 ◦ blue 207

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

Shades of Neon Pink #F762CF

Tints of Neon Pink #F762CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 17.75%

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

R = 44.75%
G = 17.75%
B = 37.5%

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

#F762CF (or 0xF762CF) is known color: Neon Pink. HEX triplet: F7, 62 and CF. RGB value is (247,98,207). Sum of RGB (Red+Green+Blue) = 247+98+207=552 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.75% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 247 - color contains mainly: red. Hex color #F762CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F762CF is #089D30. Grayscale: #9A9A9A. Windows color (decimal): -564529 or 13591287. OLE color: 13591287.

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

Color convert

RGB 247 98 207 -
CMYK 0 0.60 0.16 0.03
HSL 316.11º 0.9% 0.68% -
HSV(B) 316.11º 0.6% 0.97% -
XYZ 53.99 33.01 62.56 -
YUV 154.98 157.36 193.64 -
System Red Green Blue C M Y K H S L
Decimal 247 98 207 0 0.60 0.16 0.03 316.11 0.9 0.68
Hex F7 62 CF 0 3C 10 3 13C 5A 44
Octal 367 142 317 0 74 20 3 474 132 104
Binary 11110111 1100010 11001111 0 111100 10000 11 100111100 1011010 1000100

Color Harmonies of #F762CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F762CF

Black with #F762CF

Text Example


Text Example

White with #F762CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F762CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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