Html Css Color HEX #FE63CD Neon Pink

📋 copy color: '#FE63CD'

red 254 ◦ green 99 ◦ blue 205

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

Shades of Neon Pink #FE63CD

Tints of Neon Pink #FE63CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 17.74%

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

R = 45.52%
G = 17.74%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE63CD (or 0xFE63CD) is known color: Neon Pink. HEX triplet: FE, 63 and CD. RGB value is (254,99,205). Sum of RGB (Red+Green+Blue) = 254+99+205=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 99 (39.06% from 255 or 17.74% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63CD is #019C32. Grayscale: #9D9D9D. Windows color (decimal): -105523 or 13460478. OLE color: 13460478.

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

Color convert

RGB 254 99 205 -
CMYK 0 0.61 0.19 0.00
HSL 318.97º 0.99% 0.69% -
HSV(B) 318.97º 0.61% 1% -
XYZ 56.35 34.4 61.43 -
YUV 157.43 154.85 196.88 -
System Red Green Blue C M Y K H S L
Decimal 254 99 205 0 0.61 0.19 0.00 318.97 0.99 0.69
Hex FE 63 CD 0 3D 13 0 13F 63 45
Octal 376 143 315 0 75 23 0 477 143 105
Binary 11111110 1100011 11001101 0 111101 10011 0 100111111 1100011 1000101

Color Harmonies of #FE63CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE63CD

Black with #FE63CD

Text Example


Text Example

White with #FE63CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE63CD; }

 p { color: rgb(254,99,205); }

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

background-color css

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

 a { background-color: rgb(254,99,205); }

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

border-color css

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

 span { border-color: rgb(254,99,205); }

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