Html Css Color HEX #FF53CA Neon Pink

📋 copy color: '#FF53CA'

red 255 ◦ green 83 ◦ blue 202

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

Shades of Neon Pink #FF53CA

Tints of Neon Pink #FF53CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 47.22%
G = 15.37%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FF53CA (or 0xFF53CA) is known color: Neon Pink. HEX triplet: FF, 53 and CA. RGB value is (255,83,202). Sum of RGB (Red+Green+Blue) = 255+83+202=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 83 (32.81% from 255 or 15.37% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF53CA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF53CA is #00AC35. Grayscale: #939393. Windows color (decimal): -44086 or 13259775. OLE color: 13259775.

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

Color convert

RGB 255 83 202 -
CMYK 0 0.67 0.21 0
HSL 318.49º 1% 0.66% -
HSV(B) 318.49º 0.67% 1% -
XYZ 54.99 31.71 59.1 -
YUV 147.99 158.48 204.32 -
System Red Green Blue C M Y K H S L
Decimal 255 83 202 0 0.67 0.21 0 318.49 1 0.66
Hex FF 53 CA 0 43 15 0 13E 64 42
Octal 377 123 312 0 103 25 0 476 144 102
Binary 11111111 1010011 11001010 0 1000011 10101 0 100111110 1100100 1000010

Color Harmonies of #FF53CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF53CA

Black with #FF53CA

Text Example


Text Example

White with #FF53CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF53CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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