Html Css Color HEX #F85FCB Neon Pink

📋 copy color: '#F85FCB'

red 248 ◦ green 95 ◦ blue 203

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

Shades of Neon Pink #F85FCB

Tints of Neon Pink #F85FCB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.4%

 BLUE value IS 203 (79.69% from 255) = 37.18%

R = 45.42%
G = 17.4%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F85FCB (or 0xF85FCB) is known color: Neon Pink. HEX triplet: F8, 5F and CB. RGB value is (248,95,203). Sum of RGB (Red+Green+Blue) = 248+95+203=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 95 (37.5% from 255 or 17.40% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FCB is #07A034. Grayscale: #989898. Windows color (decimal): -499765 or 13328376. OLE color: 13328376.

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

Color convert

RGB 248 95 203 -
CMYK 0 0.62 0.18 0.03
HSL 317.65º 0.92% 0.67% -
HSV(B) 317.65º 0.62% 0.97% -
XYZ 53.58 32.45 59.94 -
YUV 153.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 248 95 203 0 0.62 0.18 0.03 317.65 0.92 0.67
Hex F8 5F CB 0 3E 12 3 13E 5C 43
Octal 370 137 313 0 76 22 3 476 134 103
Binary 11111000 1011111 11001011 0 111110 10010 11 100111110 1011100 1000011

Color Harmonies of #F85FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FCB

Black with #F85FCB

Text Example


Text Example

White with #F85FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FCB; }

 p { color: rgb(248,95,203); }

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

background-color css

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

 a { background-color: rgb(248,95,203); }

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

border-color css

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

 span { border-color: rgb(248,95,203); }

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