Html Css Color HEX #FF76C6 Neon Pink

📋 copy color: '#FF76C6'

red 255 ◦ green 118 ◦ blue 198

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

Shades of Neon Pink #FF76C6

Tints of Neon Pink #FF76C6

RGB

 RED value IS 255 (100% from 255) = 44.66%

 GREEN value IS 118 (46.48% from 255) = 20.67%

 BLUE value IS 198 (77.73% from 255) = 34.68%

R = 44.66%
G = 20.67%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF76C6 (or 0xFF76C6) is known color: Neon Pink. HEX triplet: FF, 76 and C6. RGB value is (255,118,198). Sum of RGB (Red+Green+Blue) = 255+118+198=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76C6 is #008939. Grayscale: #A7A7A7. Windows color (decimal): -35130 or 13006591. OLE color: 13006591.

HSL color Cylindrical-coordinate representation of color #FF76C6: hue angle of 324.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF76C6 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 118 198 -
CMYK 0 0.54 0.22 0
HSL 324.96º 1% 0.73% -
HSV(B) 324.96º 0.54% 1% -
XYZ 57.91 38.29 57.77 -
YUV 168.08 144.89 190 -
System Red Green Blue C M Y K H S L
Decimal 255 118 198 0 0.54 0.22 0 324.96 1 0.73
Hex FF 76 C6 0 36 16 0 145 64 49
Octal 377 166 306 0 66 26 0 505 144 111
Binary 11111111 1110110 11000110 0 110110 10110 0 101000101 1100100 1001001

Color Harmonies of #FF76C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76C6

Black with #FF76C6

Text Example


Text Example

White with #FF76C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76C6; }

 p { color: rgb(255,118,198); }

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

background-color css

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

 a { background-color: rgb(255,118,198); }

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

border-color css

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

 span { border-color: rgb(255,118,198); }

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