Html Css Color HEX #FF5DCD Neon Pink

📋 copy color: '#FF5DCD'

red 255 ◦ green 93 ◦ blue 205

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

Shades of Neon Pink #FF5DCD

Tints of Neon Pink #FF5DCD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.82%

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

R = 46.11%
G = 16.82%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF5DCD (or 0xFF5DCD) is known color: Neon Pink. HEX triplet: FF, 5D and CD. RGB value is (255,93,205). Sum of RGB (Red+Green+Blue) = 255+93+205=553 (73% of max value = 765). Red value is 255 (100% from 255 or 46.11% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF5DCD is #00A232. Grayscale: #999999. Windows color (decimal): -41523 or 13458943. OLE color: 13458943.

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

Color convert

RGB 255 93 205 -
CMYK 0 0.64 0.20 0
HSL 318.52º 1% 0.68% -
HSV(B) 318.52º 0.64% 1% -
XYZ 56.17 33.5 61.26 -
YUV 154.21 156.67 199.89 -
System Red Green Blue C M Y K H S L
Decimal 255 93 205 0 0.64 0.20 0 318.52 1 0.68
Hex FF 5D CD 0 40 14 0 13F 64 44
Octal 377 135 315 0 100 24 0 477 144 104
Binary 11111111 1011101 11001101 0 1000000 10100 0 100111111 1100100 1000100

Color Harmonies of #FF5DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5DCD

Black with #FF5DCD

Text Example


Text Example

White with #FF5DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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