Html Css Color HEX #F86CC8 Neon Pink

📋 copy color: '#F86CC8'

red 248 ◦ green 108 ◦ blue 200

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

Shades of Neon Pink #F86CC8

Tints of Neon Pink #F86CC8

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.42%

 BLUE value IS 200 (78.52% from 255) = 35.97%

R = 44.6%
G = 19.42%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.03

RGB Variations

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

Color information

#F86CC8 (or 0xF86CC8) is known color: Neon Pink. HEX triplet: F8, 6C and C8. RGB value is (248,108,200). Sum of RGB (Red+Green+Blue) = 248+108+200=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 108 (42.58% from 255 or 19.42% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CC8 is #079337. Grayscale: #A0A0A0. Windows color (decimal): -496440 or 13135096. OLE color: 13135096.

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

Color convert

RGB 248 108 200 -
CMYK 0 0.56 0.19 0.03
HSL 320.57º 0.91% 0.7% -
HSV(B) 320.57º 0.56% 0.97% -
XYZ 54.5 34.85 58.5 -
YUV 160.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 248 108 200 0 0.56 0.19 0.03 320.57 0.91 0.7
Hex F8 6C C8 0 38 13 3 141 5B 46
Octal 370 154 310 0 70 23 3 501 133 106
Binary 11111000 1101100 11001000 0 111000 10011 11 101000001 1011011 1000110

Color Harmonies of #F86CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86CC8

Black with #F86CC8

Text Example


Text Example

White with #F86CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86CC8; }

 p { color: rgb(248,108,200); }

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

background-color css

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

 a { background-color: rgb(248,108,200); }

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

border-color css

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

 span { border-color: rgb(248,108,200); }

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