Html Css Color HEX #FF7DCF Neon Pink

📋 copy color: '#FF7DCF'

red 255 ◦ green 125 ◦ blue 207

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

Shades of Neon Pink #FF7DCF

Tints of Neon Pink #FF7DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.26%

R = 43.44%
G = 21.29%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF7DCF (or 0xFF7DCF) is known color: Neon Pink. HEX triplet: FF, 7D and CF. RGB value is (255,125,207). Sum of RGB (Red+Green+Blue) = 255+125+207=587 (77% of max value = 765). Red value is 255 (100% from 255 or 43.44% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7DCF is #008230. Grayscale: #ADADAD. Windows color (decimal): -33329 or 13598207. OLE color: 13598207.

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

Color convert

RGB 255 125 207 -
CMYK 0 0.51 0.19 0
HSL 322.15º 1% 0.75% -
HSV(B) 322.15º 0.51% 1% -
XYZ 59.84 40.43 63.68 -
YUV 173.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 255 125 207 0 0.51 0.19 0 322.15 1 0.75
Hex FF 7D CF 0 33 13 0 142 64 4B
Octal 377 175 317 0 63 23 0 502 144 113
Binary 11111111 1111101 11001111 0 110011 10011 0 101000010 1100100 1001011

Color Harmonies of #FF7DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7DCF

Black with #FF7DCF

Text Example


Text Example

White with #FF7DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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