Html Css Color HEX #F85BC6 Neon Pink

📋 copy color: '#F85BC6'

red 248 ◦ green 91 ◦ blue 198

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

Shades of Neon Pink #F85BC6

Tints of Neon Pink #F85BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.87%

R = 46.18%
G = 16.95%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#F85BC6 (or 0xF85BC6) is known color: Neon Pink. HEX triplet: F8, 5B and C6. RGB value is (248,91,198). Sum of RGB (Red+Green+Blue) = 248+91+198=537 (71% of max value = 765). Red value is 248 (97.27% from 255 or 46.18% from 537); Green value is 91 (35.94% from 255 or 16.95% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BC6 is #07A439. Grayscale: #959595. Windows color (decimal): -500794 or 12999672. OLE color: 12999672.

HSL color Cylindrical-coordinate representation of color #F85BC6: hue angle of 319.11º 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 #F85BC6 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 91 198 -
CMYK 0 0.63 0.20 0.03
HSL 319.11º 0.92% 0.66% -
HSV(B) 319.11º 0.63% 0.97% -
XYZ 52.65 31.52 56.73 -
YUV 150.14 155.01 197.8 -
System Red Green Blue C M Y K H S L
Decimal 248 91 198 0 0.63 0.20 0.03 319.11 0.92 0.66
Hex F8 5B C6 0 3F 14 3 13F 5C 42
Octal 370 133 306 0 77 24 3 477 134 102
Binary 11111000 1011011 11000110 0 111111 10100 11 100111111 1011100 1000010

Color Harmonies of #F85BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BC6

Black with #F85BC6

Text Example


Text Example

White with #F85BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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