Html Css Color HEX #F76BDA Neon Pink

📋 copy color: '#F76BDA'

red 247 ◦ green 107 ◦ blue 218

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

Shades of Neon Pink #F76BDA

Tints of Neon Pink #F76BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.11%

R = 43.18%
G = 18.71%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#F76BDA (or 0xF76BDA) is known color: Neon Pink. HEX triplet: F7, 6B and DA. RGB value is (247,107,218). Sum of RGB (Red+Green+Blue) = 247+107+218=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 107 (42.19% from 255 or 18.71% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F76BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76BDA is #089425. Grayscale: #A1A1A1. Windows color (decimal): -562214 or 14314487. OLE color: 14314487.

HSL color Cylindrical-coordinate representation of color #F76BDA: hue angle of 312.43º 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 #F76BDA is Cyan = 0, Magento = 0.57, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 107 218 -
CMYK 0 0.57 0.12 0.03
HSL 312.43º 0.9% 0.69% -
HSV(B) 312.43º 0.57% 0.97% -
XYZ 56.27 35.35 70.19 -
YUV 161.51 159.88 188.97 -
System Red Green Blue C M Y K H S L
Decimal 247 107 218 0 0.57 0.12 0.03 312.43 0.9 0.69
Hex F7 6B DA 0 39 C 3 138 5A 45
Octal 367 153 332 0 71 14 3 470 132 105
Binary 11110111 1101011 11011010 0 111001 1100 11 100111000 1011010 1000101

Color Harmonies of #F76BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76BDA

Black with #F76BDA

Text Example


Text Example

White with #F76BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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