Html Css Color HEX #FF7AD5 Neon Pink

📋 copy color: '#FF7AD5'

red 255 ◦ green 122 ◦ blue 213

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

Shades of Neon Pink #FF7AD5

Tints of Neon Pink #FF7AD5

RGB

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

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

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

R = 43.22%
G = 20.68%
B = 36.1%

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

#FF7AD5 (or 0xFF7AD5) is known color: Neon Pink. HEX triplet: FF, 7A and D5. RGB value is (255,122,213). Sum of RGB (Red+Green+Blue) = 255+122+213=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 122 (48.05% from 255 or 20.68% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF7AD5 is #00852A. Grayscale: #ABABAB. Windows color (decimal): -34091 or 13990655. OLE color: 13990655.

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

Color convert

RGB 255 122 213 -
CMYK 0 0.52 0.16 0
HSL 318.95º 1% 0.74% -
HSV(B) 318.95º 0.52% 1% -
XYZ 60.21 39.98 67.49 -
YUV 172.14 151.06 187.1 -
System Red Green Blue C M Y K H S L
Decimal 255 122 213 0 0.52 0.16 0 318.95 1 0.74
Hex FF 7A D5 0 34 10 0 13F 64 4A
Octal 377 172 325 0 64 20 0 477 144 112
Binary 11111111 1111010 11010101 0 110100 10000 0 100111111 1100100 1001010

Color Harmonies of #FF7AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7AD5

Black with #FF7AD5

Text Example


Text Example

White with #FF7AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7AD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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