Html Css Color HEX #FF76D1 Neon Pink

📋 copy color: '#FF76D1'

red 255 ◦ green 118 ◦ blue 209

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

Shades of Neon Pink #FF76D1

Tints of Neon Pink #FF76D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.91%

R = 43.81%
G = 20.27%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF76D1 (or 0xFF76D1) is known color: Neon Pink. HEX triplet: FF, 76 and D1. RGB value is (255,118,209). Sum of RGB (Red+Green+Blue) = 255+118+209=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 118 (46.48% from 255 or 20.27% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76D1 is #00892E. Grayscale: #A9A9A9. Windows color (decimal): -35119 or 13727487. OLE color: 13727487.

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

Color convert

RGB 255 118 209 -
CMYK 0 0.54 0.18 0
HSL 320.15º 1% 0.73% -
HSV(B) 320.15º 0.54% 1% -
XYZ 59.23 38.82 64.69 -
YUV 169.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 255 118 209 0 0.54 0.18 0 320.15 1 0.73
Hex FF 76 D1 0 36 12 0 140 64 49
Octal 377 166 321 0 66 22 0 500 144 111
Binary 11111111 1110110 11010001 0 110110 10010 0 101000000 1100100 1001001

Color Harmonies of #FF76D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76D1

Black with #FF76D1

Text Example


Text Example

White with #FF76D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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