Html Css Color HEX #FF74CC Neon Pink

📋 copy color: '#FF74CC'

red 255 ◦ green 116 ◦ blue 204

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

Shades of Neon Pink #FF74CC

Tints of Neon Pink #FF74CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 44.35%
G = 20.17%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#FF74CC (or 0xFF74CC) is known color: Neon Pink. HEX triplet: FF, 74 and CC. RGB value is (255,116,204). Sum of RGB (Red+Green+Blue) = 255+116+204=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 116 (45.70% from 255 or 20.17% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74CC is #008B33. Grayscale: #A7A7A7. Windows color (decimal): -35636 or 13399295. OLE color: 13399295.

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

Color convert

RGB 255 116 204 -
CMYK 0 0.55 0.2 0
HSL 322.01º 1% 0.73% -
HSV(B) 322.01º 0.55% 1% -
XYZ 58.38 38.11 61.41 -
YUV 167.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 255 116 204 0 0.55 0.2 0 322.01 1 0.73
Hex FF 74 CC 0 37 14 0 142 64 49
Octal 377 164 314 0 67 24 0 502 144 111
Binary 11111111 1110100 11001100 0 110111 10100 0 101000010 1100100 1001001

Color Harmonies of #FF74CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74CC

Black with #FF74CC

Text Example


Text Example

White with #FF74CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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