Html Css Color HEX #F870BE Neon Pink

📋 copy color: '#F870BE'

red 248 ◦ green 112 ◦ blue 190

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

Shades of Neon Pink #F870BE

Tints of Neon Pink #F870BE

RGB

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

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

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

R = 45.09%
G = 20.36%
B = 34.55%

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

#F870BE (or 0xF870BE) is known color: Neon Pink. HEX triplet: F8, 70 and BE. RGB value is (248,112,190). Sum of RGB (Red+Green+Blue) = 248+112+190=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 112 (44.14% from 255 or 20.36% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F870BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F870BE is #078F41. Grayscale: #A1A1A1. Windows color (decimal): -495426 or 12480760. OLE color: 12480760.

HSL color Cylindrical-coordinate representation of color #F870BE: hue angle of 325.59º 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 #F870BE is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 112 190 -
CMYK 0 0.55 0.23 0.03
HSL 325.59º 0.91% 0.71% -
HSV(B) 325.59º 0.55% 0.97% -
XYZ 53.8 35.26 52.69 -
YUV 161.56 144.06 189.66 -
System Red Green Blue C M Y K H S L
Decimal 248 112 190 0 0.55 0.23 0.03 325.59 0.91 0.71
Hex F8 70 BE 0 37 17 3 146 5B 47
Octal 370 160 276 0 67 27 3 506 133 107
Binary 11111000 1110000 10111110 0 110111 10111 11 101000110 1011011 1000111

Color Harmonies of #F870BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F870BE

Black with #F870BE

Text Example


Text Example

White with #F870BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F870BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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