Html Css Color HEX #F47AD2 Neon Pink

📋 copy color: '#F47AD2'

red 244 ◦ green 122 ◦ blue 210

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

Shades of Neon Pink #F47AD2

Tints of Neon Pink #F47AD2

RGB

 RED value IS 244 (95.7% from 255) = 42.36%

 GREEN value IS 122 (48.05% from 255) = 21.18%

 BLUE value IS 210 (82.42% from 255) = 36.46%

R = 42.36%
G = 21.18%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.14

 K value IS 0.04

RGB Variations

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

Color information

#F47AD2 (or 0xF47AD2) is known color: Neon Pink. HEX triplet: F4, 7A and D2. RGB value is (244,122,210). Sum of RGB (Red+Green+Blue) = 244+122+210=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 122 (48.05% from 255 or 21.18% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F47AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47AD2 is #0B852D. Grayscale: #A8A8A8. Windows color (decimal): -754990 or 13794036. OLE color: 13794036.

HSL color Cylindrical-coordinate representation of color #F47AD2: hue angle of 316.72º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47AD2 is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 122 210 -
CMYK 0 0.5 0.14 0.04
HSL 316.72º 0.85% 0.72% -
HSV(B) 316.72º 0.5% 0.96% -
XYZ 55.9 37.81 65.32 -
YUV 168.51 151.42 181.84 -
System Red Green Blue C M Y K H S L
Decimal 244 122 210 0 0.5 0.14 0.04 316.72 0.85 0.72
Hex F4 7A D2 0 32 E 4 13D 55 48
Octal 364 172 322 0 62 16 4 475 125 110
Binary 11110100 1111010 11010010 0 110010 1110 100 100111101 1010101 1001000

Color Harmonies of #F47AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47AD2

Black with #F47AD2

Text Example


Text Example

White with #F47AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47AD2; }

 p { color: rgb(244,122,210); }

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

background-color css

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

 a { background-color: rgb(244,122,210); }

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

border-color css

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

 span { border-color: rgb(244,122,210); }

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