Html Css Color HEX #FE65D7 Neon Pink

📋 copy color: '#FE65D7'

red 254 ◦ green 101 ◦ blue 215

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

Shades of Neon Pink #FE65D7

Tints of Neon Pink #FE65D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.72%

R = 44.56%
G = 17.72%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.00

RGB Variations

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

Color information

#FE65D7 (or 0xFE65D7) is known color: Neon Pink. HEX triplet: FE, 65 and D7. RGB value is (254,101,215). Sum of RGB (Red+Green+Blue) = 254+101+215=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 101 (39.84% from 255 or 17.72% from 570); Blue value is 215 (84.38% from 255 or 37.72% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE65D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE65D7 is #019A28. Grayscale: #9F9F9F. Windows color (decimal): -105001 or 14116350. OLE color: 14116350.

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

Color convert

RGB 254 101 215 -
CMYK 0 0.60 0.15 0.00
HSL 315.29º 0.99% 0.7% -
HSV(B) 315.29º 0.6% 1% -
XYZ 57.79 35.28 68.05 -
YUV 159.74 159.19 195.23 -
System Red Green Blue C M Y K H S L
Decimal 254 101 215 0 0.60 0.15 0.00 315.29 0.99 0.7
Hex FE 65 D7 0 3C F 0 13B 63 46
Octal 376 145 327 0 74 17 0 473 143 106
Binary 11111110 1100101 11010111 0 111100 1111 0 100111011 1100011 1000110

Color Harmonies of #FE65D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE65D7

Black with #FE65D7

Text Example


Text Example

White with #FE65D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE65D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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