Html Css Color HEX #FE61DB Neon Pink

📋 copy color: '#FE61DB'

red 254 ◦ green 97 ◦ blue 219

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

Shades of Neon Pink #FE61DB

Tints of Neon Pink #FE61DB

RGB

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

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

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

R = 44.56%
G = 17.02%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE61DB (or 0xFE61DB) is known color: Neon Pink. HEX triplet: FE, 61 and DB. RGB value is (254,97,219). Sum of RGB (Red+Green+Blue) = 254+97+219=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 97 (38.28% from 255 or 17.02% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE61DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE61DB is #019E24. Grayscale: #9D9D9D. Windows color (decimal): -106021 or 14377470. OLE color: 14377470.

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

Color convert

RGB 254 97 219 -
CMYK 0 0.62 0.14 0.00
HSL 313.38º 0.99% 0.69% -
HSV(B) 313.38º 0.62% 1% -
XYZ 57.93 34.73 70.67 -
YUV 157.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 254 97 219 0 0.62 0.14 0.00 313.38 0.99 0.69
Hex FE 61 DB 0 3E E 0 139 63 45
Octal 376 141 333 0 76 16 0 471 143 105
Binary 11111110 1100001 11011011 0 111110 1110 0 100111001 1100011 1000101

Color Harmonies of #FE61DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE61DB

Black with #FE61DB

Text Example


Text Example

White with #FE61DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE61DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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