Html Css Color HEX #FE6FDB Neon Pink

📋 copy color: '#FE6FDB'

red 254 ◦ green 111 ◦ blue 219

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

Shades of Neon Pink #FE6FDB

Tints of Neon Pink #FE6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.01%

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

R = 43.49%
G = 19.01%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE6FDB (or 0xFE6FDB) is known color: Neon Pink. HEX triplet: FE, 6F and DB. RGB value is (254,111,219). Sum of RGB (Red+Green+Blue) = 254+111+219=584 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.49% from 584); Green value is 111 (43.75% from 255 or 19.01% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6FDB is #019024. Grayscale: #A5A5A5. Windows color (decimal): -102437 or 14381054. OLE color: 14381054.

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

Color convert

RGB 254 111 219 -
CMYK 0 0.56 0.14 0.00
HSL 314.69º 0.99% 0.72% -
HSV(B) 314.69º 0.56% 1% -
XYZ 59.34 37.55 71.14 -
YUV 166.07 157.88 190.72 -
System Red Green Blue C M Y K H S L
Decimal 254 111 219 0 0.56 0.14 0.00 314.69 0.99 0.72
Hex FE 6F DB 0 38 E 0 13B 63 48
Octal 376 157 333 0 70 16 0 473 143 110
Binary 11111110 1101111 11011011 0 111000 1110 0 100111011 1100011 1001000

Color Harmonies of #FE6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6FDB

Black with #FE6FDB

Text Example


Text Example

White with #FE6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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