Html Css Color HEX #F85CCD Neon Pink

📋 copy color: '#F85CCD'

red 248 ◦ green 92 ◦ blue 205

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

Shades of Neon Pink #F85CCD

Tints of Neon Pink #F85CCD

RGB

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

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

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

R = 45.5%
G = 16.88%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.03

RGB Variations

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

Color information

#F85CCD (or 0xF85CCD) is known color: Neon Pink. HEX triplet: F8, 5C and CD. RGB value is (248,92,205). Sum of RGB (Red+Green+Blue) = 248+92+205=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 92 (36.33% from 255 or 16.88% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F85CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F85CCD is #07A332. Grayscale: #979797. Windows color (decimal): -500531 or 13458680. OLE color: 13458680.

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

Color convert

RGB 248 92 205 -
CMYK 0 0.63 0.17 0.03
HSL 316.54º 0.92% 0.67% -
HSV(B) 316.54º 0.63% 0.97% -
XYZ 53.56 32.02 61.11 -
YUV 151.53 158.18 196.81 -
System Red Green Blue C M Y K H S L
Decimal 248 92 205 0 0.63 0.17 0.03 316.54 0.92 0.67
Hex F8 5C CD 0 3F 11 3 13D 5C 43
Octal 370 134 315 0 77 21 3 475 134 103
Binary 11111000 1011100 11001101 0 111111 10001 11 100111101 1011100 1000011

Color Harmonies of #F85CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85CCD

Black with #F85CCD

Text Example


Text Example

White with #F85CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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