Html Css Color HEX #F85BCB Neon Pink

📋 copy color: '#F85BCB'

red 248 ◦ green 91 ◦ blue 203

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

Shades of Neon Pink #F85BCB

Tints of Neon Pink #F85BCB

RGB

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

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

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

R = 45.76%
G = 16.79%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#F85BCB (or 0xF85BCB) is known color: Neon Pink. HEX triplet: F8, 5B and CB. RGB value is (248,91,203). Sum of RGB (Red+Green+Blue) = 248+91+203=542 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.76% from 542); Green value is 91 (35.94% from 255 or 16.79% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 248 - color contains mainly: red. Hex color #F85BCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85BCB is #07A434. Grayscale: #969696. Windows color (decimal): -500789 or 13327352. OLE color: 13327352.

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

Color convert

RGB 248 91 203 -
CMYK 0 0.63 0.18 0.03
HSL 317.2º 0.92% 0.66% -
HSV(B) 317.2º 0.63% 0.97% -
XYZ 53.23 31.75 59.82 -
YUV 150.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 248 91 203 0 0.63 0.18 0.03 317.2 0.92 0.66
Hex F8 5B CB 0 3F 12 3 13D 5C 42
Octal 370 133 313 0 77 22 3 475 134 102
Binary 11111000 1011011 11001011 0 111111 10010 11 100111101 1011100 1000010

Color Harmonies of #F85BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85BCB

Black with #F85BCB

Text Example


Text Example

White with #F85BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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