Html Css Color HEX #F85CCC Neon Pink

📋 copy color: '#F85CCC'

red 248 ◦ green 92 ◦ blue 204

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

Shades of Neon Pink #F85CCC

Tints of Neon Pink #F85CCC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 16.91%

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 45.59%
G = 16.91%
B = 37.5%

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

#F85CCC (or 0xF85CCC) is known color: Neon Pink. HEX triplet: F8, 5C and CC. RGB value is (248,92,204). Sum of RGB (Red+Green+Blue) = 248+92+204=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CCC is #07A333. Grayscale: #979797. Windows color (decimal): -500532 or 13393144. OLE color: 13393144.

HSL color Cylindrical-coordinate representation of color #F85CCC: hue angle of 316.92º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F85CCC is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 92 204 -
CMYK 0 0.63 0.18 0.03
HSL 316.92º 0.92% 0.67% -
HSV(B) 316.92º 0.63% 0.97% -
XYZ 53.44 31.97 60.48 -
YUV 151.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 248 92 204 0 0.63 0.18 0.03 316.92 0.92 0.67
Hex F8 5C CC 0 3F 12 3 13D 5C 43
Octal 370 134 314 0 77 22 3 475 134 103
Binary 11111000 1011100 11001100 0 111111 10010 11 100111101 1011100 1000011

Color Harmonies of #F85CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85CCC

Black with #F85CCC

Text Example


Text Example

White with #F85CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85CCC; }

 p { color: rgb(248,92,204); }

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

background-color css

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

 a { background-color: rgb(248,92,204); }

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

border-color css

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

 span { border-color: rgb(248,92,204); }

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