Html Css Color HEX #FF53CD Neon Pink

📋 copy color: '#FF53CD'

red 255 ◦ green 83 ◦ blue 205

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

Shades of Neon Pink #FF53CD

Tints of Neon Pink #FF53CD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.29%

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

R = 46.96%
G = 15.29%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#FF53CD (or 0xFF53CD) is known color: Neon Pink. HEX triplet: FF, 53 and CD. RGB value is (255,83,205). Sum of RGB (Red+Green+Blue) = 255+83+205=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 83 (32.81% from 255 or 15.29% from 543); Blue value is 205 (80.47% from 255 or 37.75% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53CD is #00AC32. Grayscale: #949494. Windows color (decimal): -44083 or 13456383. OLE color: 13456383.

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

Color convert

RGB 255 83 205 -
CMYK 0 0.67 0.20 0
HSL 317.44º 1% 0.66% -
HSV(B) 317.44º 0.67% 1% -
XYZ 55.35 31.85 60.99 -
YUV 148.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 255 83 205 0 0.67 0.20 0 317.44 1 0.66
Hex FF 53 CD 0 43 14 0 13D 64 42
Octal 377 123 315 0 103 24 0 475 144 102
Binary 11111111 1010011 11001101 0 1000011 10100 0 100111101 1100100 1000010

Color Harmonies of #FF53CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53CD

Black with #FF53CD

Text Example


Text Example

White with #FF53CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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