Html Css Color HEX #F86BCC Neon Pink

📋 copy color: '#F86BCC'

red 248 ◦ green 107 ◦ blue 204

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

Shades of Neon Pink #F86BCC

Tints of Neon Pink #F86BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.49%

R = 44.36%
G = 19.14%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F86BCC (or 0xF86BCC) is known color: Neon Pink. HEX triplet: F8, 6B and CC. RGB value is (248,107,204). Sum of RGB (Red+Green+Blue) = 248+107+204=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 107 (42.19% from 255 or 19.14% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BCC is #079433. Grayscale: #9F9F9F. Windows color (decimal): -496692 or 13396984. OLE color: 13396984.

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

Color convert

RGB 248 107 204 -
CMYK 0 0.57 0.18 0.03
HSL 318.72º 0.91% 0.7% -
HSV(B) 318.72º 0.57% 0.97% -
XYZ 54.87 34.83 60.96 -
YUV 160.22 152.71 190.61 -
System Red Green Blue C M Y K H S L
Decimal 248 107 204 0 0.57 0.18 0.03 318.72 0.91 0.7
Hex F8 6B CC 0 39 12 3 13F 5B 46
Octal 370 153 314 0 71 22 3 477 133 106
Binary 11111000 1101011 11001100 0 111001 10010 11 100111111 1011011 1000110

Color Harmonies of #F86BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86BCC

Black with #F86BCC

Text Example


Text Example

White with #F86BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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