Html Css Color HEX #FE6CDD Neon Pink

📋 copy color: '#FE6CDD'

red 254 ◦ green 108 ◦ blue 221

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

Shades of Neon Pink #FE6CDD

Tints of Neon Pink #FE6CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.91%

R = 43.57%
G = 18.52%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE6CDD (or 0xFE6CDD) is known color: Neon Pink. HEX triplet: FE, 6C and DD. RGB value is (254,108,221). Sum of RGB (Red+Green+Blue) = 254+108+221=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 108 (42.58% from 255 or 18.52% from 583); Blue value is 221 (86.72% from 255 or 37.91% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE6CDD is #019322. Grayscale: #A4A4A4. Windows color (decimal): -103203 or 14511358. OLE color: 14511358.

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

Color convert

RGB 254 108 221 -
CMYK 0 0.57 0.13 0.00
HSL 313.56º 0.99% 0.71% -
HSV(B) 313.56º 0.57% 1% -
XYZ 59.29 37.02 72.43 -
YUV 164.54 159.87 191.81 -
System Red Green Blue C M Y K H S L
Decimal 254 108 221 0 0.57 0.13 0.00 313.56 0.99 0.71
Hex FE 6C DD 0 39 D 0 13A 63 47
Octal 376 154 335 0 71 15 0 472 143 107
Binary 11111110 1101100 11011101 0 111001 1101 0 100111010 1100011 1000111

Color Harmonies of #FE6CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6CDD

Black with #FE6CDD

Text Example


Text Example

White with #FE6CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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