Html Css Color HEX #FF74D0 Neon Pink

📋 copy color: '#FF74D0'

red 255 ◦ green 116 ◦ blue 208

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

Shades of Neon Pink #FF74D0

Tints of Neon Pink #FF74D0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.03%

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 44.04%
G = 20.03%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FF74D0 (or 0xFF74D0) is known color: Neon Pink. HEX triplet: FF, 74 and D0. RGB value is (255,116,208). Sum of RGB (Red+Green+Blue) = 255+116+208=579 (76% of max value = 765). Red value is 255 (100% from 255 or 44.04% from 579); Green value is 116 (45.70% from 255 or 20.03% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74D0 is #008B2F. Grayscale: #A7A7A7. Windows color (decimal): -35632 or 13661439. OLE color: 13661439.

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

Color convert

RGB 255 116 208 -
CMYK 0 0.55 0.18 0
HSL 320.29º 1% 0.73% -
HSV(B) 320.29º 0.55% 1% -
XYZ 58.87 38.3 63.97 -
YUV 168.05 150.55 190.02 -
System Red Green Blue C M Y K H S L
Decimal 255 116 208 0 0.55 0.18 0 320.29 1 0.73
Hex FF 74 D0 0 37 12 0 140 64 49
Octal 377 164 320 0 67 22 0 500 144 111
Binary 11111111 1110100 11010000 0 110111 10010 0 101000000 1100100 1001001

Color Harmonies of #FF74D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74D0

Black with #FF74D0

Text Example


Text Example

White with #FF74D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74D0; }

 p { color: rgb(255,116,208); }

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

background-color css

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

 a { background-color: rgb(255,116,208); }

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

border-color css

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

 span { border-color: rgb(255,116,208); }

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