Html Css Color HEX #F471BE Neon Pink

📋 copy color: '#F471BE'

red 244 ◦ green 113 ◦ blue 190

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

Shades of Neon Pink #F471BE

Tints of Neon Pink #F471BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.66%

 BLUE value IS 190 (74.61% from 255) = 34.73%

R = 44.61%
G = 20.66%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F471BE (or 0xF471BE) is known color: Neon Pink. HEX triplet: F4, 71 and BE. RGB value is (244,113,190). Sum of RGB (Red+Green+Blue) = 244+113+190=547 (72% of max value = 765). Red value is 244 (95.70% from 255 or 44.61% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 244 - color contains mainly: red. Hex color #F471BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F471BE is #0B8E41. Grayscale: #A0A0A0. Windows color (decimal): -757314 or 12481012. OLE color: 12481012.

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

Color convert

RGB 244 113 190 -
CMYK 0 0.54 0.22 0.04
HSL 324.73º 0.86% 0.7% -
HSV(B) 324.73º 0.54% 0.96% -
XYZ 52.51 34.76 52.66 -
YUV 160.95 144.4 187.24 -
System Red Green Blue C M Y K H S L
Decimal 244 113 190 0 0.54 0.22 0.04 324.73 0.86 0.7
Hex F4 71 BE 0 36 16 4 145 56 46
Octal 364 161 276 0 66 26 4 505 126 106
Binary 11110100 1110001 10111110 0 110110 10110 100 101000101 1010110 1000110

Color Harmonies of #F471BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F471BE

Black with #F471BE

Text Example


Text Example

White with #F471BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F471BE; }

 p { color: rgb(244,113,190); }

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

background-color css

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

 a { background-color: rgb(244,113,190); }

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

border-color css

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

 span { border-color: rgb(244,113,190); }

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