Html Css Color HEX #F86FCC Neon Pink

📋 copy color: '#F86FCC'

red 248 ◦ green 111 ◦ blue 204

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

Shades of Neon Pink #F86FCC

Tints of Neon Pink #F86FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.72%

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

R = 44.05%
G = 19.72%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F86FCC (or 0xF86FCC) is known color: Neon Pink. HEX triplet: F8, 6F and CC. RGB value is (248,111,204). Sum of RGB (Red+Green+Blue) = 248+111+204=563 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.05% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FCC is #079033. Grayscale: #A2A2A2. Windows color (decimal): -495668 or 13398008. OLE color: 13398008.

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

Color convert

RGB 248 111 204 -
CMYK 0 0.55 0.18 0.03
HSL 319.27º 0.91% 0.7% -
HSV(B) 319.27º 0.55% 0.97% -
XYZ 55.29 35.68 61.1 -
YUV 162.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 248 111 204 0 0.55 0.18 0.03 319.27 0.91 0.7
Hex F8 6F CC 0 37 12 3 13F 5B 46
Octal 370 157 314 0 67 22 3 477 133 106
Binary 11111000 1101111 11001100 0 110111 10010 11 100111111 1011011 1000110

Color Harmonies of #F86FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86FCC

Black with #F86FCC

Text Example


Text Example

White with #F86FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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