Html Css Color HEX #F85BCC Neon Pink

📋 copy color: '#F85BCC'

red 248 ◦ green 91 ◦ blue 204

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

Shades of Neon Pink #F85BCC

Tints of Neon Pink #F85BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 16.76%

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

R = 45.67%
G = 16.76%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F85BCC (or 0xF85BCC) is known color: Neon Pink. HEX triplet: F8, 5B and CC. RGB value is (248,91,204). Sum of RGB (Red+Green+Blue) = 248+91+204=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 91 (35.94% from 255 or 16.76% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BCC is #07A433. Grayscale: #969696. Windows color (decimal): -500788 or 13392888. OLE color: 13392888.

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

Color convert

RGB 248 91 204 -
CMYK 0 0.63 0.18 0.03
HSL 316.82º 0.92% 0.66% -
HSV(B) 316.82º 0.63% 0.97% -
XYZ 53.35 31.8 60.45 -
YUV 150.83 158.01 197.31 -
System Red Green Blue C M Y K H S L
Decimal 248 91 204 0 0.63 0.18 0.03 316.82 0.92 0.66
Hex F8 5B CC 0 3F 12 3 13D 5C 42
Octal 370 133 314 0 77 22 3 475 134 102
Binary 11111000 1011011 11001100 0 111111 10010 11 100111101 1011100 1000010

Color Harmonies of #F85BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BCC

Black with #F85BCC

Text Example


Text Example

White with #F85BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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