Html Css Color HEX #FF74CE Neon Pink

📋 copy color: '#FF74CE'

red 255 ◦ green 116 ◦ blue 206

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

Shades of Neon Pink #FF74CE

Tints of Neon Pink #FF74CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 44.19%
G = 20.1%
B = 35.7%

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

#FF74CE (or 0xFF74CE) is known color: Neon Pink. HEX triplet: FF, 74 and CE. RGB value is (255,116,206). Sum of RGB (Red+Green+Blue) = 255+116+206=577 (76% of max value = 765). Red value is 255 (100% from 255 or 44.19% from 577); Green value is 116 (45.70% from 255 or 20.10% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74CE is #008B31. Grayscale: #A7A7A7. Windows color (decimal): -35634 or 13530367. OLE color: 13530367.

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

Color convert

RGB 255 116 206 -
CMYK 0 0.55 0.19 0
HSL 321.15º 1% 0.73% -
HSV(B) 321.15º 0.55% 1% -
XYZ 58.63 38.21 62.68 -
YUV 167.82 149.55 190.18 -
System Red Green Blue C M Y K H S L
Decimal 255 116 206 0 0.55 0.19 0 321.15 1 0.73
Hex FF 74 CE 0 37 13 0 141 64 49
Octal 377 164 316 0 67 23 0 501 144 111
Binary 11111111 1110100 11001110 0 110111 10011 0 101000001 1100100 1001001

Color Harmonies of #FF74CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74CE

Black with #FF74CE

Text Example


Text Example

White with #FF74CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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