Html Css Color HEX #F75CCD Neon Pink

📋 copy color: '#F75CCD'

red 247 ◦ green 92 ◦ blue 205

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

Shades of Neon Pink #F75CCD

Tints of Neon Pink #F75CCD

RGB

 RED value IS 247 (96.88% from 255) = 45.4%

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

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

R = 45.4%
G = 16.91%
B = 37.68%

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

#F75CCD (or 0xF75CCD) is known color: Neon Pink. HEX triplet: F7, 5C and CD. RGB value is (247,92,205). Sum of RGB (Red+Green+Blue) = 247+92+205=544 (72% of max value = 765). Red value is 247 (96.88% from 255 or 45.40% from 544); Green value is 92 (36.33% from 255 or 16.91% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F75CCD is #08A332. Grayscale: #969696. Windows color (decimal): -566067 or 13458679. OLE color: 13458679.

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

Color convert

RGB 247 92 205 -
CMYK 0 0.63 0.17 0.03
HSL 316.26º 0.91% 0.66% -
HSV(B) 316.26º 0.63% 0.97% -
XYZ 53.2 31.84 61.1 -
YUV 151.23 158.35 196.31 -
System Red Green Blue C M Y K H S L
Decimal 247 92 205 0 0.63 0.17 0.03 316.26 0.91 0.66
Hex F7 5C CD 0 3F 11 3 13C 5B 42
Octal 367 134 315 0 77 21 3 474 133 102
Binary 11110111 1011100 11001101 0 111111 10001 11 100111100 1011011 1000010

Color Harmonies of #F75CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75CCD

Black with #F75CCD

Text Example


Text Example

White with #F75CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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