Html Css Color HEX #FF76D4 Neon Pink

📋 copy color: '#FF76D4'

red 255 ◦ green 118 ◦ blue 212

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

Shades of Neon Pink #FF76D4

Tints of Neon Pink #FF76D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.24%

R = 43.59%
G = 20.17%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF76D4 (or 0xFF76D4) is known color: Neon Pink. HEX triplet: FF, 76 and D4. RGB value is (255,118,212). Sum of RGB (Red+Green+Blue) = 255+118+212=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 118 (46.48% from 255 or 20.17% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76D4 is #00892B. Grayscale: #A9A9A9. Windows color (decimal): -35116 or 13924095. OLE color: 13924095.

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

Color convert

RGB 255 118 212 -
CMYK 0 0.54 0.17 0
HSL 318.83º 1% 0.73% -
HSV(B) 318.83º 0.54% 1% -
XYZ 59.6 38.97 66.67 -
YUV 169.68 151.89 188.86 -
System Red Green Blue C M Y K H S L
Decimal 255 118 212 0 0.54 0.17 0 318.83 1 0.73
Hex FF 76 D4 0 36 11 0 13F 64 49
Octal 377 166 324 0 66 21 0 477 144 111
Binary 11111111 1110110 11010100 0 110110 10001 0 100111111 1100100 1001001

Color Harmonies of #FF76D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76D4

Black with #FF76D4

Text Example


Text Example

White with #FF76D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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