Html Css Color HEX #F85BBF Neon Pink

📋 copy color: '#F85BBF'

red 248 ◦ green 91 ◦ blue 191

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

Shades of Neon Pink #F85BBF

Tints of Neon Pink #F85BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.04%

R = 46.79%
G = 17.17%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F85BBF (or 0xF85BBF) is known color: Neon Pink. HEX triplet: F8, 5B and BF. RGB value is (248,91,191). Sum of RGB (Red+Green+Blue) = 248+91+191=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 91 (35.94% from 255 or 17.17% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BBF is #07A440. Grayscale: #959595. Windows color (decimal): -500801 or 12540920. OLE color: 12540920.

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

Color convert

RGB 248 91 191 -
CMYK 0 0.63 0.23 0.03
HSL 321.78º 0.92% 0.66% -
HSV(B) 321.78º 0.63% 0.97% -
XYZ 51.86 31.2 52.58 -
YUV 149.34 151.51 198.37 -
System Red Green Blue C M Y K H S L
Decimal 248 91 191 0 0.63 0.23 0.03 321.78 0.92 0.66
Hex F8 5B BF 0 3F 17 3 142 5C 42
Octal 370 133 277 0 77 27 3 502 134 102
Binary 11111000 1011011 10111111 0 111111 10111 11 101000010 1011100 1000010

Color Harmonies of #F85BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BBF

Black with #F85BBF

Text Example


Text Example

White with #F85BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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