Html Css Color HEX #FE61D6 Neon Pink

📋 copy color: '#FE61D6'

red 254 ◦ green 97 ◦ blue 214

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

Shades of Neon Pink #FE61D6

Tints of Neon Pink #FE61D6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 17.17%

 BLUE value IS 214 (83.98% from 255) = 37.88%

R = 44.96%
G = 17.17%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE61D6 (or 0xFE61D6) is known color: Neon Pink. HEX triplet: FE, 61 and D6. RGB value is (254,97,214). Sum of RGB (Red+Green+Blue) = 254+97+214=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 97 (38.28% from 255 or 17.17% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61D6 is #019E29. Grayscale: #9C9C9C. Windows color (decimal): -106026 or 14049790. OLE color: 14049790.

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

Color convert

RGB 254 97 214 -
CMYK 0 0.62 0.16 0.00
HSL 315.29º 0.99% 0.69% -
HSV(B) 315.29º 0.62% 1% -
XYZ 57.29 34.48 67.25 -
YUV 157.28 160.01 196.99 -
System Red Green Blue C M Y K H S L
Decimal 254 97 214 0 0.62 0.16 0.00 315.29 0.99 0.69
Hex FE 61 D6 0 3E 10 0 13B 63 45
Octal 376 141 326 0 76 20 0 473 143 105
Binary 11111110 1100001 11010110 0 111110 10000 0 100111011 1100011 1000101

Color Harmonies of #FE61D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE61D6

Black with #FE61D6

Text Example


Text Example

White with #FE61D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE61D6; }

 p { color: rgb(254,97,214); }

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

background-color css

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

 a { background-color: rgb(254,97,214); }

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

border-color css

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

 span { border-color: rgb(254,97,214); }

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