Html Css Color HEX #F870BF Neon Pink

📋 copy color: '#F870BF'

red 248 ◦ green 112 ◦ blue 191

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

Shades of Neon Pink #F870BF

Tints of Neon Pink #F870BF

RGB

 RED value IS 248 (97.27% from 255) = 45.01%

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

 BLUE value IS 191 (75% from 255) = 34.66%

R = 45.01%
G = 20.33%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F870BF (or 0xF870BF) is known color: Neon Pink. HEX triplet: F8, 70 and BF. RGB value is (248,112,191). Sum of RGB (Red+Green+Blue) = 248+112+191=551 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.01% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 248 - color contains mainly: red. Hex color #F870BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870BF is #078F40. Grayscale: #A1A1A1. Windows color (decimal): -495425 or 12546296. OLE color: 12546296.

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

Color convert

RGB 248 112 191 -
CMYK 0 0.55 0.23 0.03
HSL 325.15º 0.91% 0.71% -
HSV(B) 325.15º 0.55% 0.97% -
XYZ 53.91 35.31 53.26 -
YUV 161.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 248 112 191 0 0.55 0.23 0.03 325.15 0.91 0.71
Hex F8 70 BF 0 37 17 3 145 5B 47
Octal 370 160 277 0 67 27 3 505 133 107
Binary 11111000 1110000 10111111 0 110111 10111 11 101000101 1011011 1000111

Color Harmonies of #F870BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F870BF

Black with #F870BF

Text Example


Text Example

White with #F870BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F870BF; }

 p { color: rgb(248,112,191); }

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

background-color css

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

 a { background-color: rgb(248,112,191); }

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

border-color css

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

 span { border-color: rgb(248,112,191); }

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