Html Css Color HEX #F470CE Neon Pink

📋 copy color: '#F470CE'

red 244 ◦ green 112 ◦ blue 206

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

Shades of Neon Pink #F470CE

Tints of Neon Pink #F470CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.65%

R = 43.42%
G = 19.93%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F470CE (or 0xF470CE) is known color: Neon Pink. HEX triplet: F4, 70 and CE. RGB value is (244,112,206). Sum of RGB (Red+Green+Blue) = 244+112+206=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F470CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F470CE is #0B8F31. Grayscale: #A1A1A1. Windows color (decimal): -757554 or 13529332. OLE color: 13529332.

HSL color Cylindrical-coordinate representation of color #F470CE: hue angle of 317.27º 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 #F470CE is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 112 206 -
CMYK 0 0.54 0.16 0.04
HSL 317.27º 0.86% 0.7% -
HSV(B) 317.27º 0.54% 0.96% -
XYZ 54.24 35.28 62.34 -
YUV 162.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 244 112 206 0 0.54 0.16 0.04 317.27 0.86 0.7
Hex F4 70 CE 0 36 10 4 13D 56 46
Octal 364 160 316 0 66 20 4 475 126 106
Binary 11110100 1110000 11001110 0 110110 10000 100 100111101 1010110 1000110

Color Harmonies of #F470CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F470CE

Black with #F470CE

Text Example


Text Example

White with #F470CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F470CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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