Html Css Color HEX #F85ECD Neon Pink

📋 copy color: '#F85ECD'

red 248 ◦ green 94 ◦ blue 205

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

Shades of Neon Pink #F85ECD

Tints of Neon Pink #F85ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 17.18%

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

R = 45.34%
G = 17.18%
B = 37.48%

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

#F85ECD (or 0xF85ECD) is known color: Neon Pink. HEX triplet: F8, 5E and CD. RGB value is (248,94,205). Sum of RGB (Red+Green+Blue) = 248+94+205=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 94 (37.11% from 255 or 17.18% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ECD is #07A132. Grayscale: #989898. Windows color (decimal): -500019 or 13459192. OLE color: 13459192.

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

Color convert

RGB 248 94 205 -
CMYK 0 0.62 0.17 0.03
HSL 316.75º 0.92% 0.67% -
HSV(B) 316.75º 0.62% 0.97% -
XYZ 53.73 32.37 61.17 -
YUV 152.7 157.52 195.97 -
System Red Green Blue C M Y K H S L
Decimal 248 94 205 0 0.62 0.17 0.03 316.75 0.92 0.67
Hex F8 5E CD 0 3E 11 3 13D 5C 43
Octal 370 136 315 0 76 21 3 475 134 103
Binary 11111000 1011110 11001101 0 111110 10001 11 100111101 1011100 1000011

Color Harmonies of #F85ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85ECD

Black with #F85ECD

Text Example


Text Example

White with #F85ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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