Html Css Color HEX #F85ED0 Neon Pink

📋 copy color: '#F85ED0'

red 248 ◦ green 94 ◦ blue 208

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

Shades of Neon Pink #F85ED0

Tints of Neon Pink #F85ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.82%

R = 45.09%
G = 17.09%
B = 37.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F85ED0 (or 0xF85ED0) is known color: Neon Pink. HEX triplet: F8, 5E and D0. RGB value is (248,94,208). Sum of RGB (Red+Green+Blue) = 248+94+208=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 94 (37.11% from 255 or 17.09% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F85ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85ED0 is #07A12F. Grayscale: #989898. Windows color (decimal): -500016 or 13655800. OLE color: 13655800.

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

Color convert

RGB 248 94 208 -
CMYK 0 0.62 0.16 0.03
HSL 315.58º 0.92% 0.67% -
HSV(B) 315.58º 0.62% 0.97% -
XYZ 54.1 32.52 63.1 -
YUV 153.04 159.02 195.73 -
System Red Green Blue C M Y K H S L
Decimal 248 94 208 0 0.62 0.16 0.03 315.58 0.92 0.67
Hex F8 5E D0 0 3E 10 3 13C 5C 43
Octal 370 136 320 0 76 20 3 474 134 103
Binary 11111000 1011110 11010000 0 111110 10000 11 100111100 1011100 1000011

Color Harmonies of #F85ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85ED0

Black with #F85ED0

Text Example


Text Example

White with #F85ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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