Html Css Color HEX #FE63CC Neon Pink

📋 copy color: '#FE63CC'

red 254 ◦ green 99 ◦ blue 204

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

Shades of Neon Pink #FE63CC

Tints of Neon Pink #FE63CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.62%

R = 45.6%
G = 17.77%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE63CC (or 0xFE63CC) is known color: Neon Pink. HEX triplet: FE, 63 and CC. RGB value is (254,99,204). Sum of RGB (Red+Green+Blue) = 254+99+204=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 99 (39.06% from 255 or 17.77% from 557); Blue value is 204 (80.08% from 255 or 36.62% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FE63CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE63CC is #019C33. Grayscale: #9D9D9D. Windows color (decimal): -105524 or 13394942. OLE color: 13394942.

HSL color Cylindrical-coordinate representation of color #FE63CC: hue angle of 319.35º 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 #FE63CC is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 99 204 -
CMYK 0 0.61 0.20 0.00
HSL 319.35º 0.99% 0.69% -
HSV(B) 319.35º 0.61% 1% -
XYZ 56.23 34.35 60.79 -
YUV 157.32 154.35 196.96 -
System Red Green Blue C M Y K H S L
Decimal 254 99 204 0 0.61 0.20 0.00 319.35 0.99 0.69
Hex FE 63 CC 0 3D 14 0 13F 63 45
Octal 376 143 314 0 75 24 0 477 143 105
Binary 11111110 1100011 11001100 0 111101 10100 0 100111111 1100011 1000101

Color Harmonies of #FE63CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE63CC

Black with #FE63CC

Text Example


Text Example

White with #FE63CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE63CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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