Html Css Color HEX #F863BF Neon Pink

📋 copy color: '#F863BF'

red 248 ◦ green 99 ◦ blue 191

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

Shades of Neon Pink #F863BF

Tints of Neon Pink #F863BF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.4%

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

R = 46.1%
G = 18.4%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F863BF (or 0xF863BF) is known color: Neon Pink. HEX triplet: F8, 63 and BF. RGB value is (248,99,191). Sum of RGB (Red+Green+Blue) = 248+99+191=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F863BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F863BF is #079C40. Grayscale: #999999. Windows color (decimal): -498753 or 12542968. OLE color: 12542968.

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

Color convert

RGB 248 99 191 -
CMYK 0 0.60 0.23 0.03
HSL 322.95º 0.91% 0.68% -
HSV(B) 322.95º 0.6% 0.97% -
XYZ 52.58 32.64 52.82 -
YUV 154.04 148.86 195.02 -
System Red Green Blue C M Y K H S L
Decimal 248 99 191 0 0.60 0.23 0.03 322.95 0.91 0.68
Hex F8 63 BF 0 3C 17 3 143 5B 44
Octal 370 143 277 0 74 27 3 503 133 104
Binary 11111000 1100011 10111111 0 111100 10111 11 101000011 1011011 1000100

Color Harmonies of #F863BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F863BF

Black with #F863BF

Text Example


Text Example

White with #F863BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F863BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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