Html Css Color HEX #F85DBF Neon Pink

📋 copy color: '#F85DBF'

red 248 ◦ green 93 ◦ blue 191

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

Shades of Neon Pink #F85DBF

Tints of Neon Pink #F85DBF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 17.48%

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

R = 46.62%
G = 17.48%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F85DBF (or 0xF85DBF) is known color: Neon Pink. HEX triplet: F8, 5D and BF. RGB value is (248,93,191). Sum of RGB (Red+Green+Blue) = 248+93+191=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 93 (36.72% from 255 or 17.48% from 532); Blue value is 191 (75% from 255 or 35.90% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DBF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DBF is #07A240. Grayscale: #969696. Windows color (decimal): -500289 or 12541432. OLE color: 12541432.

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

Color convert

RGB 248 93 191 -
CMYK 0 0.62 0.23 0.03
HSL 322.06º 0.92% 0.67% -
HSV(B) 322.06º 0.63% 0.97% -
XYZ 52.03 31.55 52.64 -
YUV 150.52 150.85 197.53 -
System Red Green Blue C M Y K H S L
Decimal 248 93 191 0 0.62 0.23 0.03 322.06 0.92 0.67
Hex F8 5D BF 0 3E 17 3 142 5C 43
Octal 370 135 277 0 76 27 3 502 134 103
Binary 11111000 1011101 10111111 0 111110 10111 11 101000010 1011100 1000011

Color Harmonies of #F85DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DBF

Black with #F85DBF

Text Example


Text Example

White with #F85DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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