Html Css Color HEX #F86BCF Neon Pink

📋 copy color: '#F86BCF'

red 248 ◦ green 107 ◦ blue 207

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

Shades of Neon Pink #F86BCF

Tints of Neon Pink #F86BCF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 19.04%

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 44.13%
G = 19.04%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F86BCF (or 0xF86BCF) is known color: Neon Pink. HEX triplet: F8, 6B and CF. RGB value is (248,107,207). Sum of RGB (Red+Green+Blue) = 248+107+207=562 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.13% from 562); Green value is 107 (42.19% from 255 or 19.04% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BCF is #079430. Grayscale: #A0A0A0. Windows color (decimal): -496689 or 13593592. OLE color: 13593592.

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

Color convert

RGB 248 107 207 -
CMYK 0 0.57 0.17 0.03
HSL 317.45º 0.91% 0.7% -
HSV(B) 317.45º 0.57% 0.97% -
XYZ 55.23 34.98 62.87 -
YUV 160.56 154.21 190.37 -
System Red Green Blue C M Y K H S L
Decimal 248 107 207 0 0.57 0.17 0.03 317.45 0.91 0.7
Hex F8 6B CF 0 39 11 3 13D 5B 46
Octal 370 153 317 0 71 21 3 475 133 106
Binary 11111000 1101011 11001111 0 111001 10001 11 100111101 1011011 1000110

Color Harmonies of #F86BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86BCF

Black with #F86BCF

Text Example


Text Example

White with #F86BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86BCF; }

 p { color: rgb(248,107,207); }

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

background-color css

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

 a { background-color: rgb(248,107,207); }

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

border-color css

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

 span { border-color: rgb(248,107,207); }

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