Html Css Color HEX #FF7DD5 Neon Pink

📋 copy color: '#FF7DD5'

red 255 ◦ green 125 ◦ blue 213

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

Shades of Neon Pink #FF7DD5

Tints of Neon Pink #FF7DD5

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.08%

 BLUE value IS 213 (83.59% from 255) = 35.92%

R = 43%
G = 21.08%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF7DD5 (or 0xFF7DD5) is known color: Neon Pink. HEX triplet: FF, 7D and D5. RGB value is (255,125,213). Sum of RGB (Red+Green+Blue) = 255+125+213=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 125 (49.22% from 255 or 21.08% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DD5 is #00822A. Grayscale: #ADADAD. Windows color (decimal): -33323 or 13991423. OLE color: 13991423.

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

Color convert

RGB 255 125 213 -
CMYK 0 0.51 0.16 0
HSL 319.38º 1% 0.75% -
HSV(B) 319.38º 0.51% 1% -
XYZ 60.58 40.73 67.62 -
YUV 173.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 255 125 213 0 0.51 0.16 0 319.38 1 0.75
Hex FF 7D D5 0 33 10 0 13F 64 4B
Octal 377 175 325 0 63 20 0 477 144 113
Binary 11111111 1111101 11010101 0 110011 10000 0 100111111 1100100 1001011

Color Harmonies of #FF7DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DD5

Black with #FF7DD5

Text Example


Text Example

White with #FF7DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DD5; }

 p { color: rgb(255,125,213); }

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

background-color css

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

 a { background-color: rgb(255,125,213); }

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

border-color css

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

 span { border-color: rgb(255,125,213); }

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