Html Css Color HEX #FF75D2 Neon Pink

📋 copy color: '#FF75D2'

red 255 ◦ green 117 ◦ blue 210

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

Shades of Neon Pink #FF75D2

Tints of Neon Pink #FF75D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.08%

R = 43.81%
G = 20.1%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF75D2 (or 0xFF75D2) is known color: Neon Pink. HEX triplet: FF, 75 and D2. RGB value is (255,117,210). Sum of RGB (Red+Green+Blue) = 255+117+210=582 (77% of max value = 765). Red value is 255 (100% from 255 or 43.81% from 582); Green value is 117 (46.09% from 255 or 20.10% from 582); Blue value is 210 (82.42% from 255 or 36.08% from 582); Max value from RGB is 255 - color contains mainly: red. Hex color #FF75D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF75D2 is #008A2D. Grayscale: #A8A8A8. Windows color (decimal): -35374 or 13792767. OLE color: 13792767.

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

Color convert

RGB 255 117 210 -
CMYK 0 0.54 0.18 0
HSL 319.57º 1% 0.73% -
HSV(B) 319.57º 0.54% 1% -
XYZ 59.23 38.64 65.31 -
YUV 168.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 255 117 210 0 0.54 0.18 0 319.57 1 0.73
Hex FF 75 D2 0 36 12 0 140 64 49
Octal 377 165 322 0 66 22 0 500 144 111
Binary 11111111 1110101 11010010 0 110110 10010 0 101000000 1100100 1001001

Color Harmonies of #FF75D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF75D2

Black with #FF75D2

Text Example


Text Example

White with #FF75D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF75D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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