Html Css Color HEX #FE69D1 Neon Pink

📋 copy color: '#FE69D1'

red 254 ◦ green 105 ◦ blue 209

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

Shades of Neon Pink #FE69D1

Tints of Neon Pink #FE69D1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 18.49%

 BLUE value IS 209 (82.03% from 255) = 36.8%

R = 44.72%
G = 18.49%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#FE69D1 (or 0xFE69D1) is known color: Neon Pink. HEX triplet: FE, 69 and D1. RGB value is (254,105,209). Sum of RGB (Red+Green+Blue) = 254+105+209=568 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.72% from 568); Green value is 105 (41.41% from 255 or 18.49% from 568); Blue value is 209 (82.03% from 255 or 36.80% from 568); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69D1 is #01962E. Grayscale: #A1A1A1. Windows color (decimal): -103983 or 13724158. OLE color: 13724158.

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

Color convert

RGB 254 105 209 -
CMYK 0 0.59 0.18 0.00
HSL 318.12º 0.99% 0.7% -
HSV(B) 318.12º 0.59% 1% -
XYZ 57.43 35.78 64.2 -
YUV 161.41 154.86 194.04 -
System Red Green Blue C M Y K H S L
Decimal 254 105 209 0 0.59 0.18 0.00 318.12 0.99 0.7
Hex FE 69 D1 0 3B 12 0 13E 63 46
Octal 376 151 321 0 73 22 0 476 143 106
Binary 11111110 1101001 11010001 0 111011 10010 0 100111110 1100011 1000110

Color Harmonies of #FE69D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69D1

Black with #FE69D1

Text Example


Text Example

White with #FE69D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69D1; }

 p { color: rgb(254,105,209); }

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

background-color css

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

 a { background-color: rgb(254,105,209); }

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

border-color css

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

 span { border-color: rgb(254,105,209); }

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