Html Css Color HEX #FF60C9 Neon Pink

📋 copy color: '#FF60C9'

red 255 ◦ green 96 ◦ blue 201

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

Shades of Neon Pink #FF60C9

Tints of Neon Pink #FF60C9

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.39%

 BLUE value IS 201 (78.91% from 255) = 36.41%

R = 46.2%
G = 17.39%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF60C9 (or 0xFF60C9) is known color: Neon Pink. HEX triplet: FF, 60 and C9. RGB value is (255,96,201). Sum of RGB (Red+Green+Blue) = 255+96+201=552 (73% of max value = 765). Red value is 255 (100% from 255 or 46.20% from 552); Green value is 96 (37.89% from 255 or 17.39% from 552); Blue value is 201 (78.91% from 255 or 36.41% from 552); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60C9 is #009F36. Grayscale: #9B9B9B. Windows color (decimal): -40759 or 13197567. OLE color: 13197567.

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

Color convert

RGB 255 96 201 -
CMYK 0 0.62 0.21 0
HSL 320.38º 1% 0.69% -
HSV(B) 320.38º 0.62% 1% -
XYZ 55.97 33.84 58.84 -
YUV 155.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 255 96 201 0 0.62 0.21 0 320.38 1 0.69
Hex FF 60 C9 0 3E 15 0 140 64 45
Octal 377 140 311 0 76 25 0 500 144 105
Binary 11111111 1100000 11001001 0 111110 10101 0 101000000 1100100 1000101

Color Harmonies of #FF60C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60C9

Black with #FF60C9

Text Example


Text Example

White with #FF60C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60C9; }

 p { color: rgb(255,96,201); }

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

background-color css

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

 a { background-color: rgb(255,96,201); }

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

border-color css

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

 span { border-color: rgb(255,96,201); }

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