Html Css Color HEX #FF75C7 Neon Pink

📋 copy color: '#FF75C7'

red 255 ◦ green 117 ◦ blue 199

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

Shades of Neon Pink #FF75C7

Tints of Neon Pink #FF75C7

RGB

 RED value IS 255 (100% from 255) = 44.66%

 GREEN value IS 117 (46.09% from 255) = 20.49%

 BLUE value IS 199 (78.13% from 255) = 34.85%

R = 44.66%
G = 20.49%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF75C7 (or 0xFF75C7) is known color: Neon Pink. HEX triplet: FF, 75 and C7. RGB value is (255,117,199). Sum of RGB (Red+Green+Blue) = 255+117+199=571 (75% of max value = 765). Red value is 255 (100% from 255 or 44.66% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 199 (78.12% from 255 or 34.85% from 571); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75C7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75C7 is #008A38. Grayscale: #A7A7A7. Windows color (decimal): -35385 or 13071871. OLE color: 13071871.

HSL color Cylindrical-coordinate representation of color #FF75C7: hue angle of 324.35º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF75C7 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 199 -
CMYK 0 0.54 0.22 0
HSL 324.35º 1% 0.73% -
HSV(B) 324.35º 0.54% 1% -
XYZ 57.91 38.11 58.34 -
YUV 167.61 145.72 190.33 -
System Red Green Blue C M Y K H S L
Decimal 255 117 199 0 0.54 0.22 0 324.35 1 0.73
Hex FF 75 C7 0 36 16 0 144 64 49
Octal 377 165 307 0 66 26 0 504 144 111
Binary 11111111 1110101 11000111 0 110110 10110 0 101000100 1100100 1001001

Color Harmonies of #FF75C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75C7

Black with #FF75C7

Text Example


Text Example

White with #FF75C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75C7; }

 p { color: rgb(255,117,199); }

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

background-color css

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

 a { background-color: rgb(255,117,199); }

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

border-color css

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

 span { border-color: rgb(255,117,199); }

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