Html Css Color HEX #FE6CDB Neon Pink

📋 copy color: '#FE6CDB'

red 254 ◦ green 108 ◦ blue 219

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

Shades of Neon Pink #FE6CDB

Tints of Neon Pink #FE6CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 18.59%

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

R = 43.72%
G = 18.59%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#FE6CDB (or 0xFE6CDB) is known color: Neon Pink. HEX triplet: FE, 6C and DB. RGB value is (254,108,219). Sum of RGB (Red+Green+Blue) = 254+108+219=581 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.72% from 581); Green value is 108 (42.58% from 255 or 18.59% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CDB is #019324. Grayscale: #A4A4A4. Windows color (decimal): -103205 or 14380286. OLE color: 14380286.

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

Color convert

RGB 254 108 219 -
CMYK 0 0.57 0.14 0.00
HSL 314.38º 0.99% 0.71% -
HSV(B) 314.38º 0.57% 1% -
XYZ 59.02 36.91 71.03 -
YUV 164.31 158.87 191.97 -
System Red Green Blue C M Y K H S L
Decimal 254 108 219 0 0.57 0.14 0.00 314.38 0.99 0.71
Hex FE 6C DB 0 39 E 0 13A 63 47
Octal 376 154 333 0 71 16 0 472 143 107
Binary 11111110 1101100 11011011 0 111001 1110 0 100111010 1100011 1000111

Color Harmonies of #FE6CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6CDB

Black with #FE6CDB

Text Example


Text Example

White with #FE6CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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