Html Css Color HEX #FE67D5 Neon Pink

📋 copy color: '#FE67D5'

red 254 ◦ green 103 ◦ blue 213

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

Shades of Neon Pink #FE67D5

Tints of Neon Pink #FE67D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.37%

R = 44.56%
G = 18.07%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.00

RGB Variations

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

Color information

#FE67D5 (or 0xFE67D5) is known color: Neon Pink. HEX triplet: FE, 67 and D5. RGB value is (254,103,213). Sum of RGB (Red+Green+Blue) = 254+103+213=570 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.56% from 570); Green value is 103 (40.62% from 255 or 18.07% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 254 - color contains mainly: red. Hex color #FE67D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FE67D5 is #01982A. Grayscale: #A0A0A0. Windows color (decimal): -104491 or 13985790. OLE color: 13985790.

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

Color convert

RGB 254 103 213 -
CMYK 0 0.59 0.16 0.00
HSL 316.29º 0.99% 0.7% -
HSV(B) 316.29º 0.59% 1% -
XYZ 57.73 35.58 66.77 -
YUV 160.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 254 103 213 0 0.59 0.16 0.00 316.29 0.99 0.7
Hex FE 67 D5 0 3B 10 0 13C 63 46
Octal 376 147 325 0 73 20 0 474 143 106
Binary 11111110 1100111 11010101 0 111011 10000 0 100111100 1100011 1000110

Color Harmonies of #FE67D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE67D5

Black with #FE67D5

Text Example


Text Example

White with #FE67D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE67D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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