Html Css Color HEX #FF74CF Neon Pink

📋 copy color: '#FF74CF'

red 255 ◦ green 116 ◦ blue 207

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

Shades of Neon Pink #FF74CF

Tints of Neon Pink #FF74CF

RGB

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

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

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

R = 44.12%
G = 20.07%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FF74CF (or 0xFF74CF) is known color: Neon Pink. HEX triplet: FF, 74 and CF. RGB value is (255,116,207). Sum of RGB (Red+Green+Blue) = 255+116+207=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 116 (45.70% from 255 or 20.07% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74CF is #008B30. Grayscale: #A7A7A7. Windows color (decimal): -35633 or 13595903. OLE color: 13595903.

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

Color convert

RGB 255 116 207 -
CMYK 0 0.55 0.19 0
HSL 320.72º 1% 0.73% -
HSV(B) 320.72º 0.55% 1% -
XYZ 58.75 38.26 63.32 -
YUV 167.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 255 116 207 0 0.55 0.19 0 320.72 1 0.73
Hex FF 74 CF 0 37 13 0 141 64 49
Octal 377 164 317 0 67 23 0 501 144 111
Binary 11111111 1110100 11001111 0 110111 10011 0 101000001 1100100 1001001

Color Harmonies of #FF74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74CF

Black with #FF74CF

Text Example


Text Example

White with #FF74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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