Html Css Color HEX #FF74CB Neon Pink

📋 copy color: '#FF74CB'

red 255 ◦ green 116 ◦ blue 203

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

Shades of Neon Pink #FF74CB

Tints of Neon Pink #FF74CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.37%

R = 44.43%
G = 20.21%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF74CB (or 0xFF74CB) is known color: Neon Pink. HEX triplet: FF, 74 and CB. RGB value is (255,116,203). Sum of RGB (Red+Green+Blue) = 255+116+203=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 203 (79.69% from 255 or 35.37% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF74CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF74CB is #008B34. Grayscale: #A7A7A7. Windows color (decimal): -35637 or 13333759. OLE color: 13333759.

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

Color convert

RGB 255 116 203 -
CMYK 0 0.55 0.20 0
HSL 322.45º 1% 0.73% -
HSV(B) 322.45º 0.55% 1% -
XYZ 58.26 38.06 60.78 -
YUV 167.48 148.05 190.43 -
System Red Green Blue C M Y K H S L
Decimal 255 116 203 0 0.55 0.20 0 322.45 1 0.73
Hex FF 74 CB 0 37 14 0 142 64 49
Octal 377 164 313 0 67 24 0 502 144 111
Binary 11111111 1110100 11001011 0 110111 10100 0 101000010 1100100 1001001

Color Harmonies of #FF74CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF74CB

Black with #FF74CB

Text Example


Text Example

White with #FF74CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF74CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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