Html Css Color HEX #FF60C6 Neon Pink

📋 copy color: '#FF60C6'

red 255 ◦ green 96 ◦ blue 198

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

Shades of Neon Pink #FF60C6

Tints of Neon Pink #FF60C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 36.07%

R = 46.45%
G = 17.49%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0

RGB Variations

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

Color information

#FF60C6 (or 0xFF60C6) is known color: Neon Pink. HEX triplet: FF, 60 and C6. RGB value is (255,96,198). Sum of RGB (Red+Green+Blue) = 255+96+198=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 96 (37.89% from 255 or 17.49% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60C6 is #009F39. Grayscale: #9A9A9A. Windows color (decimal): -40762 or 13000959. OLE color: 13000959.

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

Color convert

RGB 255 96 198 -
CMYK 0 0.62 0.22 0
HSL 321.51º 1% 0.69% -
HSV(B) 321.51º 0.62% 1% -
XYZ 55.62 33.7 57 -
YUV 155.17 152.18 199.21 -
System Red Green Blue C M Y K H S L
Decimal 255 96 198 0 0.62 0.22 0 321.51 1 0.69
Hex FF 60 C6 0 3E 16 0 142 64 45
Octal 377 140 306 0 76 26 0 502 144 105
Binary 11111111 1100000 11000110 0 111110 10110 0 101000010 1100100 1000101

Color Harmonies of #FF60C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60C6

Black with #FF60C6

Text Example


Text Example

White with #FF60C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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