Html Css Color HEX #F85BD0 Neon Pink

📋 copy color: '#F85BD0'

red 248 ◦ green 91 ◦ blue 208

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

Shades of Neon Pink #F85BD0

Tints of Neon Pink #F85BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 45.34%
G = 16.64%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F85BD0 (or 0xF85BD0) is known color: Neon Pink. HEX triplet: F8, 5B and D0. RGB value is (248,91,208). Sum of RGB (Red+Green+Blue) = 248+91+208=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 91 (35.94% from 255 or 16.64% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BD0 is #07A42F. Grayscale: #969696. Windows color (decimal): -500784 or 13655032. OLE color: 13655032.

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

Color convert

RGB 248 91 208 -
CMYK 0 0.63 0.16 0.03
HSL 315.29º 0.92% 0.66% -
HSV(B) 315.29º 0.63% 0.97% -
XYZ 53.84 31.99 63.01 -
YUV 151.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 248 91 208 0 0.63 0.16 0.03 315.29 0.92 0.66
Hex F8 5B D0 0 3F 10 3 13B 5C 42
Octal 370 133 320 0 77 20 3 473 134 102
Binary 11111000 1011011 11010000 0 111111 10000 11 100111011 1011100 1000010

Color Harmonies of #F85BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BD0

Black with #F85BD0

Text Example


Text Example

White with #F85BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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