Html Css Color HEX #F76BCD Neon Pink

📋 copy color: '#F76BCD'

red 247 ◦ green 107 ◦ blue 205

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

Shades of Neon Pink #F76BCD

Tints of Neon Pink #F76BCD

RGB

 RED value IS 247 (96.88% from 255) = 44.19%

 GREEN value IS 107 (42.19% from 255) = 19.14%

 BLUE value IS 205 (80.47% from 255) = 36.67%

R = 44.19%
G = 19.14%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F76BCD (or 0xF76BCD) is known color: Neon Pink. HEX triplet: F7, 6B and CD. RGB value is (247,107,205). Sum of RGB (Red+Green+Blue) = 247+107+205=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BCD is #089432. Grayscale: #9F9F9F. Windows color (decimal): -562227 or 13462519. OLE color: 13462519.

HSL color Cylindrical-coordinate representation of color #F76BCD: hue angle of 318º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F76BCD is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 107 205 -
CMYK 0 0.57 0.17 0.03
HSL 318º 0.9% 0.69% -
HSV(B) 318º 0.57% 0.97% -
XYZ 54.63 34.7 61.58 -
YUV 160.03 153.38 190.03 -
System Red Green Blue C M Y K H S L
Decimal 247 107 205 0 0.57 0.17 0.03 318 0.9 0.69
Hex F7 6B CD 0 39 11 3 13E 5A 45
Octal 367 153 315 0 71 21 3 476 132 105
Binary 11110111 1101011 11001101 0 111001 10001 11 100111110 1011010 1000101

Color Harmonies of #F76BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76BCD

Black with #F76BCD

Text Example


Text Example

White with #F76BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76BCD; }

 p { color: rgb(247,107,205); }

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

background-color css

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

 a { background-color: rgb(247,107,205); }

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

border-color css

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

 span { border-color: rgb(247,107,205); }

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