Html Css Color HEX #F86AC0 Neon Pink

📋 copy color: '#F86AC0'

red 248 ◦ green 106 ◦ blue 192

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

Shades of Neon Pink #F86AC0

Tints of Neon Pink #F86AC0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.41%

 BLUE value IS 192 (75.39% from 255) = 35.16%

R = 45.42%
G = 19.41%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F86AC0 (or 0xF86AC0) is known color: Neon Pink. HEX triplet: F8, 6A and C0. RGB value is (248,106,192). Sum of RGB (Red+Green+Blue) = 248+106+192=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 192 (75.39% from 255 or 35.16% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F86AC0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86AC0 is #07953F. Grayscale: #9E9E9E. Windows color (decimal): -496960 or 12610296. OLE color: 12610296.

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

Color convert

RGB 248 106 192 -
CMYK 0 0.57 0.23 0.03
HSL 323.66º 0.91% 0.69% -
HSV(B) 323.66º 0.57% 0.97% -
XYZ 53.38 34.07 53.63 -
YUV 158.26 147.04 192.01 -
System Red Green Blue C M Y K H S L
Decimal 248 106 192 0 0.57 0.23 0.03 323.66 0.91 0.69
Hex F8 6A C0 0 39 17 3 144 5B 45
Octal 370 152 300 0 71 27 3 504 133 105
Binary 11111000 1101010 11000000 0 111001 10111 11 101000100 1011011 1000101

Color Harmonies of #F86AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86AC0

Black with #F86AC0

Text Example


Text Example

White with #F86AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86AC0; }

 p { color: rgb(248,106,192); }

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

background-color css

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

 a { background-color: rgb(248,106,192); }

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

border-color css

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

 span { border-color: rgb(248,106,192); }

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