#F872BE

Color #F872BE Neon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Pink #F872BE

Tints of Neon Pink #F872BE

Color information

#F872BE (or 0xF872BE) is unknown color: approx Neon Pink. HEX triplet: F8, 72 and BE. RGB value is (248,114,190). Sum of RGB (Red+Green+Blue) = 248+114+190=552 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.93% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 190 (74.61% from 255 or 34.42% from 552); Max value from RGB is 248 - color contains mainly: red. Hex color #F872BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872BE is #078D41. Grayscale: #A2A2A2. Windows color (decimal): -494914 or 12481272. OLE color: 12481272.

HSL color Cylindrical-coordinate representation of color #F872BE: hue angle of 325.97º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F872BE is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB248114190-
CMYK00.540.230.03
HSL325.97º90.54%70.98%-
HSV(B)325.97º54.03%97.25%-
XYZ54.0235.7152.76-
YUV162.73143.39188.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.93%
GREEN value IS 114 (44.92% from 255) = 20.65%
BLUE value IS 190 (74.61% from 255) = 34.42%
R=44.93%
G=20.65%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811419000.540.230.03325.9790.5470.98
HexF872BE0361731465b47
Octal370162276066273506133107
Binary111110001110010101111100110110101111110100011010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F872BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F872BE; }

 p { color: rgb(248,114,190); }

 H1.HeaderClassName
 {
   color: #F872BE;
 }
 .AnyTagClassName
 {
   color: #F872BE;
 }
</style>
background-color css

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

 a { background-color: rgb(248,114,190); }

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

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

 span { border-color: rgb(248,114,190); }

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