Html Css Color HEX #F470C6 Neon Pink

📋 copy color: '#F470C6'

red 244 ◦ green 112 ◦ blue 198

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

Shades of Neon Pink #F470C6

Tints of Neon Pink #F470C6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.22%

 BLUE value IS 198 (77.73% from 255) = 35.74%

R = 44.04%
G = 20.22%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.04

RGB Variations

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

Color information

#F470C6 (or 0xF470C6) is known color: Neon Pink. HEX triplet: F4, 70 and C6. RGB value is (244,112,198). Sum of RGB (Red+Green+Blue) = 244+112+198=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 112 (44.14% from 255 or 20.22% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F470C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470C6 is #0B8F39. Grayscale: #A1A1A1. Windows color (decimal): -757562 or 13005044. OLE color: 13005044.

HSL color Cylindrical-coordinate representation of color #F470C6: hue angle of 320.91º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F470C6 is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 112 198 -
CMYK 0 0.54 0.19 0.04
HSL 320.91º 0.86% 0.7% -
HSV(B) 320.91º 0.54% 0.96% -
XYZ 53.3 34.9 57.35 -
YUV 161.27 148.73 187.01 -
System Red Green Blue C M Y K H S L
Decimal 244 112 198 0 0.54 0.19 0.04 320.91 0.86 0.7
Hex F4 70 C6 0 36 13 4 141 56 46
Octal 364 160 306 0 66 23 4 501 126 106
Binary 11110100 1110000 11000110 0 110110 10011 100 101000001 1010110 1000110

Color Harmonies of #F470C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470C6

Black with #F470C6

Text Example


Text Example

White with #F470C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F470C6; }

 p { color: rgb(244,112,198); }

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

background-color css

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

 a { background-color: rgb(244,112,198); }

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

border-color css

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

 span { border-color: rgb(244,112,198); }

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