Html Css Color HEX #F76ADB Neon Pink

📋 copy color: '#F76ADB'

red 247 ◦ green 106 ◦ blue 219

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

Shades of Neon Pink #F76ADB

Tints of Neon Pink #F76ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 18.53%

 BLUE value IS 219 (85.94% from 255) = 38.29%

R = 43.18%
G = 18.53%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F76ADB (or 0xF76ADB) is known color: Neon Pink. HEX triplet: F7, 6A and DB. RGB value is (247,106,219). Sum of RGB (Red+Green+Blue) = 247+106+219=572 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.18% from 572); Green value is 106 (41.80% from 255 or 18.53% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 247 - color contains mainly: red. Hex color #F76ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F76ADB is #089524. Grayscale: #A0A0A0. Windows color (decimal): -562469 or 14379767. OLE color: 14379767.

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

Color convert

RGB 247 106 219 -
CMYK 0 0.57 0.11 0.03
HSL 311.91º 0.9% 0.69% -
HSV(B) 311.91º 0.57% 0.97% -
XYZ 56.3 35.2 70.84 -
YUV 161.04 160.71 189.31 -
System Red Green Blue C M Y K H S L
Decimal 247 106 219 0 0.57 0.11 0.03 311.91 0.9 0.69
Hex F7 6A DB 0 39 B 3 138 5A 45
Octal 367 152 333 0 71 13 3 470 132 105
Binary 11110111 1101010 11011011 0 111001 1011 11 100111000 1011010 1000101

Color Harmonies of #F76ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76ADB

Black with #F76ADB

Text Example


Text Example

White with #F76ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76ADB; }

 p { color: rgb(247,106,219); }

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

background-color css

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

 a { background-color: rgb(247,106,219); }

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

border-color css

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

 span { border-color: rgb(247,106,219); }

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