Html Css Color HEX #FE65CC Neon Pink

📋 copy color: '#FE65CC'

red 254 ◦ green 101 ◦ blue 204

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

Shades of Neon Pink #FE65CC

Tints of Neon Pink #FE65CC

RGB

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

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

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

R = 45.44%
G = 18.07%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#FE65CC (or 0xFE65CC) is known color: Neon Pink. HEX triplet: FE, 65 and CC. RGB value is (254,101,204). Sum of RGB (Red+Green+Blue) = 254+101+204=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 101 (39.84% from 255 or 18.07% from 559); Blue value is 204 (80.08% from 255 or 36.49% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65CC is #019A33. Grayscale: #9E9E9E. Windows color (decimal): -105012 or 13395454. OLE color: 13395454.

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

Color convert

RGB 254 101 204 -
CMYK 0 0.60 0.20 0.00
HSL 319.61º 0.99% 0.7% -
HSV(B) 319.61º 0.6% 1% -
XYZ 56.43 34.74 60.86 -
YUV 158.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 254 101 204 0 0.60 0.20 0.00 319.61 0.99 0.7
Hex FE 65 CC 0 3C 14 0 140 63 46
Octal 376 145 314 0 74 24 0 500 143 106
Binary 11111110 1100101 11001100 0 111100 10100 0 101000000 1100011 1000110

Color Harmonies of #FE65CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65CC

Black with #FE65CC

Text Example


Text Example

White with #FE65CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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