Html Css Color HEX #F760C0 Neon Pink

📋 copy color: '#F760C0'

red 247 ◦ green 96 ◦ blue 192

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

Shades of Neon Pink #F760C0

Tints of Neon Pink #F760C0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.94%

 BLUE value IS 192 (75.39% from 255) = 35.89%

R = 46.17%
G = 17.94%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.03

RGB Variations

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

Color information

#F760C0 (or 0xF760C0) is known color: Neon Pink. HEX triplet: F7, 60 and C0. RGB value is (247,96,192). Sum of RGB (Red+Green+Blue) = 247+96+192=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 96 (37.89% from 255 or 17.94% from 535); Blue value is 192 (75.39% from 255 or 35.89% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F760C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F760C0 is #089F3F. Grayscale: #979797. Windows color (decimal): -565056 or 12607735. OLE color: 12607735.

HSL color Cylindrical-coordinate representation of color #F760C0: hue angle of 321.85º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F760C0 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 96 192 -
CMYK 0 0.61 0.22 0.03
HSL 321.85º 0.9% 0.67% -
HSV(B) 321.85º 0.61% 0.97% -
XYZ 52.06 31.95 53.29 -
YUV 152.09 150.53 195.69 -
System Red Green Blue C M Y K H S L
Decimal 247 96 192 0 0.61 0.22 0.03 321.85 0.9 0.67
Hex F7 60 C0 0 3D 16 3 142 5A 43
Octal 367 140 300 0 75 26 3 502 132 103
Binary 11110111 1100000 11000000 0 111101 10110 11 101000010 1011010 1000011

Color Harmonies of #F760C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F760C0

Black with #F760C0

Text Example


Text Example

White with #F760C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F760C0; }

 p { color: rgb(247,96,192); }

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

background-color css

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

 a { background-color: rgb(247,96,192); }

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

border-color css

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

 span { border-color: rgb(247,96,192); }

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