Html Css Color HEX #FE65CE Neon Pink

📋 copy color: '#FE65CE'

red 254 ◦ green 101 ◦ blue 206

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

Shades of Neon Pink #FE65CE

Tints of Neon Pink #FE65CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18%

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

R = 45.28%
G = 18%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FE65CE (or 0xFE65CE) is known color: Neon Pink. HEX triplet: FE, 65 and CE. RGB value is (254,101,206). Sum of RGB (Red+Green+Blue) = 254+101+206=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 101 (39.84% from 255 or 18.00% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65CE is #019A31. Grayscale: #9E9E9E. Windows color (decimal): -105010 or 13526526. OLE color: 13526526.

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

Color convert

RGB 254 101 206 -
CMYK 0 0.60 0.19 0.00
HSL 318.82º 0.99% 0.7% -
HSV(B) 318.82º 0.6% 1% -
XYZ 56.67 34.83 62.13 -
YUV 158.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 254 101 206 0 0.60 0.19 0.00 318.82 0.99 0.7
Hex FE 65 CE 0 3C 13 0 13F 63 46
Octal 376 145 316 0 74 23 0 477 143 106
Binary 11111110 1100101 11001110 0 111100 10011 0 100111111 1100011 1000110

Color Harmonies of #FE65CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65CE

Black with #FE65CE

Text Example


Text Example

White with #FE65CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65CE; }

 p { color: rgb(254,101,206); }

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

background-color css

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

 a { background-color: rgb(254,101,206); }

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

border-color css

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

 span { border-color: rgb(254,101,206); }

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