Html Css Color HEX #FF76C5 Neon Pink

📋 copy color: '#FF76C5'

red 255 ◦ green 118 ◦ blue 197

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

Shades of Neon Pink #FF76C5

Tints of Neon Pink #FF76C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.56%

R = 44.74%
G = 20.7%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF76C5 (or 0xFF76C5) is known color: Neon Pink. HEX triplet: FF, 76 and C5. RGB value is (255,118,197). Sum of RGB (Red+Green+Blue) = 255+118+197=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 118 (46.48% from 255 or 20.70% from 570); Blue value is 197 (77.34% from 255 or 34.56% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76C5 is #00893A. Grayscale: #A7A7A7. Windows color (decimal): -35131 or 12941055. OLE color: 12941055.

HSL color Cylindrical-coordinate representation of color #FF76C5: hue angle of 325.4º 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 #FF76C5 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 118 197 -
CMYK 0 0.54 0.23 0
HSL 325.4º 1% 0.73% -
HSV(B) 325.4º 0.54% 1% -
XYZ 57.8 38.25 57.16 -
YUV 167.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 255 118 197 0 0.54 0.23 0 325.4 1 0.73
Hex FF 76 C5 0 36 17 0 145 64 49
Octal 377 166 305 0 66 27 0 505 144 111
Binary 11111111 1110110 11000101 0 110110 10111 0 101000101 1100100 1001001

Color Harmonies of #FF76C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76C5

Black with #FF76C5

Text Example


Text Example

White with #FF76C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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