Html Css Color HEX #FE53CF Neon Pink

📋 copy color: '#FE53CF'

red 254 ◦ green 83 ◦ blue 207

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

Shades of Neon Pink #FE53CF

Tints of Neon Pink #FE53CF

RGB

 RED value IS 254 (99.61% from 255) = 46.69%

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

 BLUE value IS 207 (81.25% from 255) = 38.05%

R = 46.69%
G = 15.26%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE53CF (or 0xFE53CF) is known color: Neon Pink. HEX triplet: FE, 53 and CF. RGB value is (254,83,207). Sum of RGB (Red+Green+Blue) = 254+83+207=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FE53CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE53CF is #01AC30. Grayscale: #939393. Windows color (decimal): -109617 or 13587454. OLE color: 13587454.

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

Color convert

RGB 254 83 207 -
CMYK 0 0.67 0.19 0.00
HSL 316.49º 0.99% 0.66% -
HSV(B) 316.49º 0.67% 1% -
XYZ 55.23 31.76 62.25 -
YUV 148.27 161.15 203.42 -
System Red Green Blue C M Y K H S L
Decimal 254 83 207 0 0.67 0.19 0.00 316.49 0.99 0.66
Hex FE 53 CF 0 43 13 0 13C 63 42
Octal 376 123 317 0 103 23 0 474 143 102
Binary 11111110 1010011 11001111 0 1000011 10011 0 100111100 1100011 1000010

Color Harmonies of #FE53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE53CF

Black with #FE53CF

Text Example


Text Example

White with #FE53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE53CF; }

 p { color: rgb(254,83,207); }

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

background-color css

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

 a { background-color: rgb(254,83,207); }

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

border-color css

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

 span { border-color: rgb(254,83,207); }

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