Html Css Color HEX #F85DCB Neon Pink

📋 copy color: '#F85DCB'

red 248 ◦ green 93 ◦ blue 203

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

Shades of Neon Pink #F85DCB

Tints of Neon Pink #F85DCB

RGB

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

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

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

R = 45.59%
G = 17.1%
B = 37.32%

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

#F85DCB (or 0xF85DCB) is known color: Neon Pink. HEX triplet: F8, 5D and CB. RGB value is (248,93,203). Sum of RGB (Red+Green+Blue) = 248+93+203=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F85DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85DCB is #07A234. Grayscale: #979797. Windows color (decimal): -500277 or 13327864. OLE color: 13327864.

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

Color convert

RGB 248 93 203 -
CMYK 0 0.62 0.18 0.03
HSL 317.42º 0.92% 0.67% -
HSV(B) 317.42º 0.63% 0.97% -
XYZ 53.41 32.1 59.88 -
YUV 151.89 156.85 196.56 -
System Red Green Blue C M Y K H S L
Decimal 248 93 203 0 0.62 0.18 0.03 317.42 0.92 0.67
Hex F8 5D CB 0 3E 12 3 13D 5C 43
Octal 370 135 313 0 76 22 3 475 134 103
Binary 11111000 1011101 11001011 0 111110 10010 11 100111101 1011100 1000011

Color Harmonies of #F85DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85DCB

Black with #F85DCB

Text Example


Text Example

White with #F85DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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