Html Css Color HEX #FC53CE Neon Pink

📋 copy color: '#FC53CE'

red 252 ◦ green 83 ◦ blue 206

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

Shades of Neon Pink #FC53CE

Tints of Neon Pink #FC53CE

RGB

 RED value IS 252 (98.83% from 255) = 46.58%

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 46.58%
G = 15.34%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.01

RGB Variations

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

Color information

#FC53CE (or 0xFC53CE) is known color: Neon Pink. HEX triplet: FC, 53 and CE. RGB value is (252,83,206). Sum of RGB (Red+Green+Blue) = 252+83+206=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 83 (32.81% from 255 or 15.34% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC53CE is #03AC31. Grayscale: #939393. Windows color (decimal): -240690 or 13521916. OLE color: 13521916.

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

Color convert

RGB 252 83 206 -
CMYK 0 0.67 0.18 0.01
HSL 316.33º 0.97% 0.66% -
HSV(B) 316.33º 0.67% 0.99% -
XYZ 54.38 31.34 61.58 -
YUV 147.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 252 83 206 0 0.67 0.18 0.01 316.33 0.97 0.66
Hex FC 53 CE 0 43 12 1 13C 61 42
Octal 374 123 316 0 103 22 1 474 141 102
Binary 11111100 1010011 11001110 0 1000011 10010 1 100111100 1100001 1000010

Color Harmonies of #FC53CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC53CE

Black with #FC53CE

Text Example


Text Example

White with #FC53CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC53CE; }

 p { color: rgb(252,83,206); }

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

background-color css

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

 a { background-color: rgb(252,83,206); }

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

border-color css

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

 span { border-color: rgb(252,83,206); }

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