Html Css Color HEX #F856CC Neon Pink

📋 copy color: '#F856CC'

red 248 ◦ green 86 ◦ blue 204

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

Shades of Neon Pink #F856CC

Tints of Neon Pink #F856CC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 15.99%

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

R = 46.1%
G = 15.99%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F856CC (or 0xF856CC) is known color: Neon Pink. HEX triplet: F8, 56 and CC. RGB value is (248,86,204). Sum of RGB (Red+Green+Blue) = 248+86+204=538 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.10% from 538); Green value is 86 (33.98% from 255 or 15.99% from 538); Blue value is 204 (80.08% from 255 or 37.92% from 538); Max value from RGB is 248 - color contains mainly: red. Hex color #F856CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F856CC is #07A933. Grayscale: #939393. Windows color (decimal): -502068 or 13391608. OLE color: 13391608.

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

Color convert

RGB 248 86 204 -
CMYK 0 0.65 0.18 0.03
HSL 316.3º 0.92% 0.65% -
HSV(B) 316.3º 0.65% 0.97% -
XYZ 52.94 30.97 60.31 -
YUV 147.89 159.67 199.41 -
System Red Green Blue C M Y K H S L
Decimal 248 86 204 0 0.65 0.18 0.03 316.3 0.92 0.65
Hex F8 56 CC 0 41 12 3 13C 5C 41
Octal 370 126 314 0 101 22 3 474 134 101
Binary 11111000 1010110 11001100 0 1000001 10010 11 100111100 1011100 1000001

Color Harmonies of #F856CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F856CC

Black with #F856CC

Text Example


Text Example

White with #F856CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F856CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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