Html Css Color HEX #FF53D4 Neon Pink

📋 copy color: '#FF53D4'

red 255 ◦ green 83 ◦ blue 212

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

Shades of Neon Pink #FF53D4

Tints of Neon Pink #FF53D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.55%

R = 46.36%
G = 15.09%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF53D4 (or 0xFF53D4) is known color: Neon Pink. HEX triplet: FF, 53 and D4. RGB value is (255,83,212). Sum of RGB (Red+Green+Blue) = 255+83+212=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 83 (32.81% from 255 or 15.09% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53D4 is #00AC2B. Grayscale: #949494. Windows color (decimal): -44076 or 13915135. OLE color: 13915135.

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

Color convert

RGB 255 83 212 -
CMYK 0 0.67 0.17 0
HSL 315º 1% 0.66% -
HSV(B) 315º 0.67% 1% -
XYZ 56.22 32.2 65.54 -
YUV 149.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 255 83 212 0 0.67 0.17 0 315 1 0.66
Hex FF 53 D4 0 43 11 0 13B 64 42
Octal 377 123 324 0 103 21 0 473 144 102
Binary 11111111 1010011 11010100 0 1000011 10001 0 100111011 1100100 1000010

Color Harmonies of #FF53D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53D4

Black with #FF53D4

Text Example


Text Example

White with #FF53D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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