Html Css Color HEX #F85FCD Neon Pink

📋 copy color: '#F85FCD'

red 248 ◦ green 95 ◦ blue 205

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

Shades of Neon Pink #F85FCD

Tints of Neon Pink #F85FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.41%

R = 45.26%
G = 17.34%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F85FCD (or 0xF85FCD) is known color: Neon Pink. HEX triplet: F8, 5F and CD. RGB value is (248,95,205). Sum of RGB (Red+Green+Blue) = 248+95+205=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 95 (37.5% from 255 or 17.34% from 548); Blue value is 205 (80.47% from 255 or 37.41% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F85FCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85FCD is #07A032. Grayscale: #999999. Windows color (decimal): -499763 or 13459448. OLE color: 13459448.

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

Color convert

RGB 248 95 205 -
CMYK 0 0.62 0.17 0.03
HSL 316.86º 0.92% 0.67% -
HSV(B) 316.86º 0.62% 0.97% -
XYZ 53.82 32.55 61.2 -
YUV 153.29 157.19 195.56 -
System Red Green Blue C M Y K H S L
Decimal 248 95 205 0 0.62 0.17 0.03 316.86 0.92 0.67
Hex F8 5F CD 0 3E 11 3 13D 5C 43
Octal 370 137 315 0 76 21 3 475 134 103
Binary 11111000 1011111 11001101 0 111110 10001 11 100111101 1011100 1000011

Color Harmonies of #F85FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85FCD

Black with #F85FCD

Text Example


Text Example

White with #F85FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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