Html Css Color HEX #FF75D3 Neon Pink

📋 copy color: '#FF75D3'

red 255 ◦ green 117 ◦ blue 211

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

Shades of Neon Pink #FF75D3

Tints of Neon Pink #FF75D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.19%

R = 43.74%
G = 20.07%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF75D3 (or 0xFF75D3) is known color: Neon Pink. HEX triplet: FF, 75 and D3. RGB value is (255,117,211). Sum of RGB (Red+Green+Blue) = 255+117+211=583 (77% of max value = 765). Red value is 255 (100% from 255 or 43.74% from 583); Green value is 117 (46.09% from 255 or 20.07% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75D3 is #008A2C. Grayscale: #A8A8A8. Windows color (decimal): -35373 or 13858303. OLE color: 13858303.

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

Color convert

RGB 255 117 211 -
CMYK 0 0.54 0.17 0
HSL 319.13º 1% 0.73% -
HSV(B) 319.13º 0.54% 1% -
XYZ 59.36 38.69 65.97 -
YUV 168.98 151.72 189.36 -
System Red Green Blue C M Y K H S L
Decimal 255 117 211 0 0.54 0.17 0 319.13 1 0.73
Hex FF 75 D3 0 36 11 0 13F 64 49
Octal 377 165 323 0 66 21 0 477 144 111
Binary 11111111 1110101 11010011 0 110110 10001 0 100111111 1100100 1001001

Color Harmonies of #FF75D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75D3

Black with #FF75D3

Text Example


Text Example

White with #FF75D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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