Html Css Color HEX #FE67DB Neon Pink

📋 copy color: '#FE67DB'

red 254 ◦ green 103 ◦ blue 219

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

Shades of Neon Pink #FE67DB

Tints of Neon Pink #FE67DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 17.88%

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

R = 44.1%
G = 17.88%
B = 38.02%

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

#FE67DB (or 0xFE67DB) is known color: Neon Pink. HEX triplet: FE, 67 and DB. RGB value is (254,103,219). Sum of RGB (Red+Green+Blue) = 254+103+219=576 (76% of max value = 765). Red value is 254 (99.61% from 255 or 44.10% from 576); Green value is 103 (40.62% from 255 or 17.88% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67DB is #019824. Grayscale: #A1A1A1. Windows color (decimal): -104485 or 14379006. OLE color: 14379006.

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

Color convert

RGB 254 103 219 -
CMYK 0 0.59 0.14 0.00
HSL 313.91º 0.99% 0.7% -
HSV(B) 313.91º 0.59% 1% -
XYZ 58.51 35.89 70.86 -
YUV 161.37 160.53 194.07 -
System Red Green Blue C M Y K H S L
Decimal 254 103 219 0 0.59 0.14 0.00 313.91 0.99 0.7
Hex FE 67 DB 0 3B E 0 13A 63 46
Octal 376 147 333 0 73 16 0 472 143 106
Binary 11111110 1100111 11011011 0 111011 1110 0 100111010 1100011 1000110

Color Harmonies of #FE67DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE67DB

Black with #FE67DB

Text Example


Text Example

White with #FE67DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE67DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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