Html Css Color HEX #FE67DD Neon Pink

📋 copy color: '#FE67DD'

red 254 ◦ green 103 ◦ blue 221

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

Shades of Neon Pink #FE67DD

Tints of Neon Pink #FE67DD

RGB

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

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

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

R = 43.94%
G = 17.82%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#FE67DD (or 0xFE67DD) is known color: Neon Pink. HEX triplet: FE, 67 and DD. RGB value is (254,103,221). Sum of RGB (Red+Green+Blue) = 254+103+221=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 103 (40.62% from 255 or 17.82% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67DD is #019822. Grayscale: #A1A1A1. Windows color (decimal): -104483 or 14510078. OLE color: 14510078.

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

Color convert

RGB 254 103 221 -
CMYK 0 0.59 0.13 0.00
HSL 313.11º 0.99% 0.7% -
HSV(B) 313.11º 0.59% 1% -
XYZ 58.77 35.99 72.26 -
YUV 161.6 161.53 193.91 -
System Red Green Blue C M Y K H S L
Decimal 254 103 221 0 0.59 0.13 0.00 313.11 0.99 0.7
Hex FE 67 DD 0 3B D 0 139 63 46
Octal 376 147 335 0 73 15 0 471 143 106
Binary 11111110 1100111 11011101 0 111011 1101 0 100111001 1100011 1000110

Color Harmonies of #FE67DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE67DD

Black with #FE67DD

Text Example


Text Example

White with #FE67DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE67DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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