Html Css Color HEX #FE69DB Neon Pink

📋 copy color: '#FE69DB'

red 254 ◦ green 105 ◦ blue 219

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

Shades of Neon Pink #FE69DB

Tints of Neon Pink #FE69DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 43.94%
G = 18.17%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE69DB (or 0xFE69DB) is known color: Neon Pink. HEX triplet: FE, 69 and DB. RGB value is (254,105,219). Sum of RGB (Red+Green+Blue) = 254+105+219=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 105 (41.41% from 255 or 18.17% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE69DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE69DB is #019624. Grayscale: #A2A2A2. Windows color (decimal): -103973 or 14379518. OLE color: 14379518.

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

Color convert

RGB 254 105 219 -
CMYK 0 0.59 0.14 0.00
HSL 314.09º 0.99% 0.7% -
HSV(B) 314.09º 0.59% 1% -
XYZ 58.71 36.29 70.93 -
YUV 162.55 159.86 193.23 -
System Red Green Blue C M Y K H S L
Decimal 254 105 219 0 0.59 0.14 0.00 314.09 0.99 0.7
Hex FE 69 DB 0 3B E 0 13A 63 46
Octal 376 151 333 0 73 16 0 472 143 106
Binary 11111110 1101001 11011011 0 111011 1110 0 100111010 1100011 1000110

Color Harmonies of #FE69DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE69DB

Black with #FE69DB

Text Example


Text Example

White with #FE69DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE69DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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