Html Css Color HEX #FF75C5 Neon Pink

📋 copy color: '#FF75C5'

red 255 ◦ green 117 ◦ blue 197

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

Shades of Neon Pink #FF75C5

Tints of Neon Pink #FF75C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.62%

R = 44.82%
G = 20.56%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#FF75C5 (or 0xFF75C5) is known color: Neon Pink. HEX triplet: FF, 75 and C5. RGB value is (255,117,197). Sum of RGB (Red+Green+Blue) = 255+117+197=569 (75% of max value = 765). Red value is 255 (100% from 255 or 44.82% from 569); Green value is 117 (46.09% from 255 or 20.56% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75C5 is #008A3A. Grayscale: #A7A7A7. Windows color (decimal): -35387 or 12940799. OLE color: 12940799.

HSL color Cylindrical-coordinate representation of color #FF75C5: hue angle of 325.22º 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 #FF75C5 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 255 117 197 -
CMYK 0 0.54 0.23 0
HSL 325.22º 1% 0.73% -
HSV(B) 325.22º 0.54% 1% -
XYZ 57.68 38.01 57.12 -
YUV 167.38 144.72 190.5 -
System Red Green Blue C M Y K H S L
Decimal 255 117 197 0 0.54 0.23 0 325.22 1 0.73
Hex FF 75 C5 0 36 17 0 145 64 49
Octal 377 165 305 0 66 27 0 505 144 111
Binary 11111111 1110101 11000101 0 110110 10111 0 101000101 1100100 1001001

Color Harmonies of #FF75C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75C5

Black with #FF75C5

Text Example


Text Example

White with #FF75C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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