Html Css Color HEX #FF7AD7 Neon Pink

📋 copy color: '#FF7AD7'

red 255 ◦ green 122 ◦ blue 215

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

Shades of Neon Pink #FF7AD7

Tints of Neon Pink #FF7AD7

RGB

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

 GREEN value IS 122 (48.05% from 255) = 20.61%

 BLUE value IS 215 (84.38% from 255) = 36.32%

R = 43.07%
G = 20.61%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF7AD7 (or 0xFF7AD7) is known color: Neon Pink. HEX triplet: FF, 7A and D7. RGB value is (255,122,215). Sum of RGB (Red+Green+Blue) = 255+122+215=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 122 (48.05% from 255 or 20.61% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AD7 is #008528. Grayscale: #ACACAC. Windows color (decimal): -34089 or 14121727. OLE color: 14121727.

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

Color convert

RGB 255 122 215 -
CMYK 0 0.52 0.16 0
HSL 318.05º 1% 0.74% -
HSV(B) 318.05º 0.52% 1% -
XYZ 60.47 40.09 68.84 -
YUV 172.37 152.06 186.94 -
System Red Green Blue C M Y K H S L
Decimal 255 122 215 0 0.52 0.16 0 318.05 1 0.74
Hex FF 7A D7 0 34 10 0 13E 64 4A
Octal 377 172 327 0 64 20 0 476 144 112
Binary 11111111 1111010 11010111 0 110100 10000 0 100111110 1100100 1001010

Color Harmonies of #FF7AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AD7

Black with #FF7AD7

Text Example


Text Example

White with #FF7AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AD7; }

 p { color: rgb(255,122,215); }

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

background-color css

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

 a { background-color: rgb(255,122,215); }

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

border-color css

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

 span { border-color: rgb(255,122,215); }

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