Html Css Color HEX #FF60CD Neon Pink

📋 copy color: '#FF60CD'

red 255 ◦ green 96 ◦ blue 205

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

Shades of Neon Pink #FF60CD

Tints of Neon Pink #FF60CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.87%

R = 45.86%
G = 17.27%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF60CD (or 0xFF60CD) is known color: Neon Pink. HEX triplet: FF, 60 and CD. RGB value is (255,96,205). Sum of RGB (Red+Green+Blue) = 255+96+205=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 96 (37.89% from 255 or 17.27% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF60CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF60CD is #009F32. Grayscale: #9B9B9B. Windows color (decimal): -40755 or 13459711. OLE color: 13459711.

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

Color convert

RGB 255 96 205 -
CMYK 0 0.62 0.20 0
HSL 318.87º 1% 0.69% -
HSV(B) 318.87º 0.62% 1% -
XYZ 56.44 34.03 61.35 -
YUV 155.97 155.68 198.64 -
System Red Green Blue C M Y K H S L
Decimal 255 96 205 0 0.62 0.20 0 318.87 1 0.69
Hex FF 60 CD 0 3E 14 0 13F 64 45
Octal 377 140 315 0 76 24 0 477 144 105
Binary 11111111 1100000 11001101 0 111110 10100 0 100111111 1100100 1000101

Color Harmonies of #FF60CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF60CD

Black with #FF60CD

Text Example


Text Example

White with #FF60CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF60CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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