Html Css Color HEX #FF76CF Neon Pink

📋 copy color: '#FF76CF'

red 255 ◦ green 118 ◦ blue 207

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

Shades of Neon Pink #FF76CF

Tints of Neon Pink #FF76CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.69%

R = 43.97%
G = 20.34%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF76CF (or 0xFF76CF) is known color: Neon Pink. HEX triplet: FF, 76 and CF. RGB value is (255,118,207). Sum of RGB (Red+Green+Blue) = 255+118+207=580 (76% of max value = 765). Red value is 255 (100% from 255 or 43.97% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 255 - color contains mainly: red. Hex color #FF76CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF76CF is #008930. Grayscale: #A8A8A8. Windows color (decimal): -35121 or 13596415. OLE color: 13596415.

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

Color convert

RGB 255 118 207 -
CMYK 0 0.54 0.19 0
HSL 321.02º 1% 0.73% -
HSV(B) 321.02º 0.54% 1% -
XYZ 58.98 38.72 63.4 -
YUV 169.11 149.39 189.26 -
System Red Green Blue C M Y K H S L
Decimal 255 118 207 0 0.54 0.19 0 321.02 1 0.73
Hex FF 76 CF 0 36 13 0 141 64 49
Octal 377 166 317 0 66 23 0 501 144 111
Binary 11111111 1110110 11001111 0 110110 10011 0 101000001 1100100 1001001

Color Harmonies of #FF76CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF76CF

Black with #FF76CF

Text Example


Text Example

White with #FF76CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF76CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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