Html Css Color HEX #FF75C0 Neon Pink

📋 copy color: '#FF75C0'

red 255 ◦ green 117 ◦ blue 192

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

Shades of Neon Pink #FF75C0

Tints of Neon Pink #FF75C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.04%

R = 45.21%
G = 20.74%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FF75C0 (or 0xFF75C0) is known color: Neon Pink. HEX triplet: FF, 75 and C0. RGB value is (255,117,192). Sum of RGB (Red+Green+Blue) = 255+117+192=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 117 (46.09% from 255 or 20.74% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75C0 is #008A3F. Grayscale: #A6A6A6. Windows color (decimal): -35392 or 12613119. OLE color: 12613119.

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

Color convert

RGB 255 117 192 -
CMYK 0 0.54 0.25 0
HSL 327.39º 1% 0.73% -
HSV(B) 327.39º 0.54% 1% -
XYZ 57.12 37.79 54.15 -
YUV 166.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 255 117 192 0 0.54 0.25 0 327.39 1 0.73
Hex FF 75 C0 0 36 19 0 147 64 49
Octal 377 165 300 0 66 31 0 507 144 111
Binary 11111111 1110101 11000000 0 110110 11001 0 101000111 1100100 1001001

Color Harmonies of #FF75C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75C0

Black with #FF75C0

Text Example


Text Example

White with #FF75C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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